mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
bindings: move and add more text size bindings
This commit is contained in:
@ -17,9 +17,12 @@
|
||||
|
||||
(map!
|
||||
;; Text scaling
|
||||
"C-+" (λ! (text-scale-set 0))
|
||||
"C-=" #'text-scale-increase
|
||||
"C--" #'text-scale-decrease
|
||||
"<C-mouse-4>" #'text-scale-increase
|
||||
"<C-mouse-5>" #'text-scale-decrease
|
||||
"<C-down-mouse-2>" (λ! (text-scale-set 0))
|
||||
"M-+" (λ! (text-scale-set 0))
|
||||
"M-=" #'text-scale-increase
|
||||
"M--" #'text-scale-decrease
|
||||
;; Editor related bindings
|
||||
"C-a" #'doom/backward-to-bol-or-indent
|
||||
[remap newline] #'newline-and-indent
|
||||
|
Reference in New Issue
Block a user