Add doom/{increase,decrease,reset}-font commands
Borrows the idea from zoom-frm (see #1389).
This commit is contained in:
parent
ef4106dae8
commit
0f0fdbc00c
8 changed files with 124 additions and 51 deletions
|
@ -5,9 +5,9 @@
|
|||
"
|
||||
Text zoom: _j_:zoom in, _k_:zoom out, _0_:reset
|
||||
"
|
||||
("j" text-scale-increase "in")
|
||||
("k" text-scale-decrease "out")
|
||||
("0" (text-scale-set 0) "reset"))
|
||||
("j" doom/increase-font-size "in")
|
||||
("k" doom/decrease-font-size "out")
|
||||
("0" doom/reset-font-size "reset"))
|
||||
|
||||
;;;###autoload (autoload 'doom-window-nav-hydra/body "core/autoload/hydras" nil t)
|
||||
(defhydra doom-window-nav-hydra (:hint nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue