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
|
@ -141,7 +141,7 @@ Modules that bring support for a language or group of languages to Emacs.
|
|||
+ qt:
|
||||
+ racket:
|
||||
+ [[file:lang/rest/README.org][rest]]:
|
||||
+ ruby =+lsp=:
|
||||
+ ruby =+lsp +rvm +rbenv=:
|
||||
+ [[file:lang/rust/README.org][rust]] =+lsp=:
|
||||
+ scala:
|
||||
+ [[file:lang/sh/README.org][sh]] =+fish +lsp=:
|
||||
|
|
|
@ -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