Add ctrl [-+=] keys for adjusting font-size
This commit is contained in:
parent
3e4c02f92f
commit
62aea0a73a
2 changed files with 4 additions and 1 deletions
|
@ -58,6 +58,9 @@
|
|||
|
||||
;; misc
|
||||
:n "C-S-f" #'toggle-frame-fullscreen
|
||||
:n "C-+" #'doom/reset-font-size
|
||||
:n "C-=" #'doom/increase-font-size
|
||||
:n "C--" #'doom/decrease-font-size
|
||||
|
||||
;; ported from vim
|
||||
:m "]m" #'+evil/next-beginning-of-method
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue