Add C-RET/C-S-RET aliases for M-RET/M-S-RET
This commit is contained in:
parent
f264a9bc6e
commit
082bdfe865
1 changed files with 3 additions and 1 deletions
|
@ -179,7 +179,9 @@
|
|||
;; Standardize the behavior of M-RET/M-S-RET as a "add new item
|
||||
;; below/above" key.
|
||||
:gi [M-return] #'+default/newline-below
|
||||
:gi [M-S-return] #'+default/newline-above)
|
||||
:gi [M-S-return] #'+default/newline-above
|
||||
:gi [C-return] #'+default/newline-below
|
||||
:gi [C-S-return] #'+default/newline-above)
|
||||
|
||||
(if (featurep 'evil)
|
||||
(load! "+evil-bindings")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue