[hydra] add text scale commands

This commit is contained in:
contrapunctus 2021-08-09 18:47:59 +05:30
parent fb8bc8fc7a
commit ee5f90dcca
1 changed files with 3 additions and 0 deletions

View File

@ -1383,6 +1383,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)
("a" my-app-hydra/body "applications")
("z" my-app-hydra/body "applications")
("C" contrapunctus-mc-hydra/body "multiple cursors")