diff --git a/init.org b/init.org index 3775915..adbbae2 100644 --- a/init.org +++ b/init.org @@ -1321,19 +1321,23 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol ("t" cp-org-set-tags "tags") ("n" cp-org-nav/body "navigation") + ("C" contrapunctus-mc-hydra/body "multiple cursors") + ("d" dired-jump "dired-jump") + ("D" (cp-insert-timestamp t) "date") + ("E" toggle-debug-on-error "tdoe") + ("h" helpful-at-point "Help") ("i" (find-file "~/.emacs.d/init.org") "open init") ("I" contrapunctus-info-hydra/body "Info") - ("d" dired-jump "dired-jump") - ("u" find-file "new") - ("o" save-buffer "save") ("k" (kill-buffer (current-buffer)) "kill") + ("m" magit-status "magit") ("N" contrapunctus-line-display-hydra/body "line display") - ("w" contrapunctus-window-hydra/body "window") - ("c" chronometrist "chronometrist") - ("m" magit-status "Magit") - ("G" contrapunctus-general-hydra/body "up") + ("o" save-buffer "save") + ("Q" toggle-debug-on-quit "tdoq") ("T" cp-insert-timestamp "timestamp") - ("D" (cp-insert-timestamp t) "date")) + ("u" find-file "new") + ("U" launch-file "launch-file") + ("v" find-alternate-file "revert") + ("w" contrapunctus-window-hydra/body "window")) #+END_SRC **** org block #+BEGIN_SRC emacs-lisp