[hydra] add window quick keybindings to Emacs Lisp hydra

This commit is contained in:
contrapunctus 2021-07-03 09:36:33 +05:30
parent 7f49e83a9b
commit 137c525f43
1 changed files with 4 additions and 0 deletions

View File

@ -1413,6 +1413,10 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol
("J" org-babel-tangle-jump-to-org "Jump to definition (Org)")
("t" (contrapunctus-el-test/body) "Test")
("0" delete-window "delete this")
("1" delete-other-windows "delete others")
("2" split-window-below "split below")
("3" split-window-right "split right")
("C" contrapunctus-mc-hydra/body "multiple cursors")
("i" (find-file "~/.emacs.d/init.org") "open init")
("I" contrapunctus-info-hydra/body "Info")