Remove M-ret binds; make C-ret binds less aggressive
They were a tad too aggressive. Our C-ret keybinds are more than enough. I've removed them from insert state maps, however, so that those keybinds won't override new C-ret keybinds on non-evilified minor mode keymaps (for evil users).
This commit is contained in:
parent
5929e5b75a
commit
a332885d33
1 changed files with 4 additions and 7 deletions
|
@ -392,14 +392,11 @@
|
||||||
;; which ctrl+RET will add a new "item" below the current one and
|
;; which ctrl+RET will add a new "item" below the current one and
|
||||||
;; cmd+RET (Mac) / meta+RET (elsewhere) will add a new, blank line below
|
;; cmd+RET (Mac) / meta+RET (elsewhere) will add a new, blank line below
|
||||||
;; the current one.
|
;; the current one.
|
||||||
:gni [C-return] #'+default/newline-below
|
:gn [C-return] #'+default/newline-below
|
||||||
:gni [C-S-return] #'+default/newline-above
|
:gn [C-S-return] #'+default/newline-above
|
||||||
(:when IS-MAC
|
(:when IS-MAC
|
||||||
:gni [s-return] #'+default/newline-below
|
:gn [s-return] #'+default/newline-below
|
||||||
:gni [S-s-return] #'+default/newline-above)
|
:gn [S-s-return] #'+default/newline-above)))
|
||||||
(:unless IS-MAC
|
|
||||||
:gni [M-return] #'+default/newline-below
|
|
||||||
:gni [M-S-return] #'+default/newline-above)))
|
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue