Change binding for Org navigation

This commit is contained in:
contrapunctus 2022-01-19 01:28:26 +05:30
parent 60b79410fe
commit a95a7ec521
1 changed files with 2 additions and 2 deletions

View File

@ -614,7 +614,7 @@ Add these common operations to the hydra -
("T" cp-insert-timestamp "timestamp")
("u" find-file "new")
("U" launch-file "launch-file")
("v" volume "volume")
("V" volume "volume")
("C-v" find-alternate-file "revert")
("w" contrapunctus-window-hydra/body "window")))
@ -786,7 +786,7 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol
("l" my-org-hydra-block/body "source block")
("t" my-org-hydra-set-tags "tags")
("C-t" org-todo "todo" :color red)
("n" my-org-hydra-nav/body "navigation")
("v" my-org-hydra-nav/body "navigation")
("b" (my-compile-org-lp) "compile")
("B" (my-compile-org-lp t) "compile (prompt)")
("C-b" contrapunctus-async-tangle "babel-tangle")