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!
|
(map!
|
||||||
;; Text scaling
|
;; Text scaling
|
||||||
"C-+" (λ! (text-scale-set 0))
|
"<C-mouse-4>" #'text-scale-increase
|
||||||
"C-=" #'text-scale-increase
|
"<C-mouse-5>" #'text-scale-decrease
|
||||||
"C--" #'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
|
;; Editor related bindings
|
||||||
"C-a" #'doom/backward-to-bol-or-indent
|
"C-a" #'doom/backward-to-bol-or-indent
|
||||||
[remap newline] #'newline-and-indent
|
[remap newline] #'newline-and-indent
|
||||||
|
Reference in New Issue
Block a user