[hydra/org] add general keybindings

This commit is contained in:
contrapunctus 2021-06-17 16:50:19 +05:30
parent 9600a81e7e
commit bbd6926886
1 changed files with 12 additions and 8 deletions

View File

@ -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