Define right-hand keys for window operations

This commit is contained in:
contrapunctus 2022-11-13 22:57:23 +05:30
parent e456bec299
commit 144f5ec579
1 changed files with 5 additions and 0 deletions

View File

@ -652,6 +652,11 @@ 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)
("7" delete-other-windows "delete others" :color red)
("8" split-window-below "split below" :color red)
("9" 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)