Add ctrl [-+=] keys for adjusting font-size

This commit is contained in:
Henrik Lissner 2019-08-06 14:47:53 -04:00
parent 3e4c02f92f
commit 62aea0a73a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 4 additions and 1 deletions

View file

@ -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