[hydra] add window quick keybindings to Org hydra

This commit is contained in:
contrapunctus 2021-07-02 07:20:21 +05:30
parent d753be5599
commit 7f49e83a9b
1 changed files with 4 additions and 0 deletions

View File

@ -1330,6 +1330,10 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol
("t" cp-org-set-tags "tags")
("n" cp-org-nav/body "navigation")
("0" delete-window "delete this")
("1" delete-other-windows "delete others")
("2" split-window-below "split below")
("3" split-window-right "split right")
("c" chronometrist "chronometrist")
("C" contrapunctus-mc-hydra/body "multiple cursors")
("d" dired-jump "dired-jump")