mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Rebind 'C-{-,=}'; bind 'M-C-{-,=}'
The former is buffer-local, the latter is frame-local.
This commit is contained in:
@ -86,8 +86,12 @@
|
||||
;; 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)
|
||||
;; Buffer-local font resizing
|
||||
: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)
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user