bindings: move and add more text size bindings

This commit is contained in:
UndeadKernel 2019-01-10 13:14:43 +01:00
parent 5ac21091d7
commit 1aca8aa378

View file

@ -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