mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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
|
;; 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)
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user