Rebind 'C-{-,=}'; bind 'M-C-{-,=}'
The former is buffer-local, the latter is frame-local.
This commit is contained in:
parent
bf8cc9b007
commit
23d36d3c27
1 changed files with 6 additions and 2 deletions
|
@ -86,8 +86,12 @@
|
||||||
;; misc
|
;; misc
|
||||||
:n "C-S-f" #'toggle-frame-fullscreen
|
:n "C-S-f" #'toggle-frame-fullscreen
|
||||||
:n "C-+" #'doom/reset-font-size
|
:n "C-+" #'doom/reset-font-size
|
||||||
:n "C-=" #'doom/increase-font-size
|
;; Buffer-local font resizing
|
||||||
:n "C--" #'doom/decrease-font-size)
|
:n "C-=" #'text-scale-increase
|
||||||
|
:n "C--" #'text-scale-decrease
|
||||||
|
;; Frame-local font resizing
|
||||||
|
:n "M-C-=" #'doom/increase-font-size
|
||||||
|
:n "M-C--" #'doom/decrease-font-size)
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue