Create additional Hydra head for save-buffer

I barely use text scale adjustments, so it can be moved to
farther-away keys.
This commit is contained in:
contrapunctus 2022-01-18 19:43:20 +05:30
parent ad8ee289c4
commit 61668fbe8b
1 changed files with 4 additions and 4 deletions

View File

@ -592,9 +592,9 @@ Add these common operations to the hydra -
("1" delete-other-windows "delete others" :color red)
("2" split-window-below "split below" :color red)
("3" split-window-right "split right" :color red)
("+" text-scale-increase "zoom in" :color red)
("-" text-scale-decrease "zoom out" :color red)
("=" (text-scale-increase 0) "zoom reset" :color red)
("]" text-scale-increase "zoom in" :color red)
("[" text-scale-decrease "zoom out" :color red)
("\\" (text-scale-increase 0) "zoom reset" :color red)
("a" my-app-hydra/body "applications")
("z" my-app-hydra/body "applications")
("C" contrapunctus-mc-hydra/body "multiple cursors")
@ -607,6 +607,7 @@ Add these common operations to the hydra -
("m" my-buffer-switch "Switch buffers")
("N" contrapunctus-line-display-hydra/body "line display")
("o" save-buffer "save")
("n" save-buffer "save")
("s" imenus "imenus")
("S" imenu-list "sidebar")
("T" cp-insert-timestamp "timestamp")
@ -859,7 +860,6 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol
("J" org-babel-tangle-jump-to-org "Jump to definition (Org)")
("r" ielm "REPL")
("t" contrapunctus-el-test/body "Test")
("n" my-elisp-insert-hydra/body "Insert")
("L" my-literate-elisp-hydra/body "literate-elisp"))
#+END_SRC