mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add doom/{increase,decrease,reset}-font commands
Borrows the idea from zoom-frm (see #1389).
This commit is contained in:
@ -22,9 +22,9 @@
|
||||
"<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
|
||||
"M-+" #'doom/reset-font-size
|
||||
"M-=" #'doom/increase-font-size
|
||||
"M--" #'doom/decrease-font-size
|
||||
;; Editor related bindings
|
||||
[remap newline] #'newline-and-indent
|
||||
"C-j" #'+default/newline
|
||||
|
Reference in New Issue
Block a user