mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Remove redundant "C-a" keybind
This commit is contained in:
@ -24,7 +24,6 @@
|
|||||||
"M-=" #'text-scale-increase
|
"M-=" #'text-scale-increase
|
||||||
"M--" #'text-scale-decrease
|
"M--" #'text-scale-decrease
|
||||||
;; Editor related bindings
|
;; Editor related bindings
|
||||||
"C-a" #'doom/backward-to-bol-or-indent
|
|
||||||
[remap newline] #'newline-and-indent
|
[remap newline] #'newline-and-indent
|
||||||
"C-j" #'+default/newline
|
"C-j" #'+default/newline
|
||||||
(:when (featurep! :completion ivy)
|
(:when (featurep! :completion ivy)
|
||||||
|
Reference in New Issue
Block a user