mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add C-RET/C-S-RET aliases for M-RET/M-S-RET
This commit is contained in:
@ -179,7 +179,9 @@
|
|||||||
;; Standardize the behavior of M-RET/M-S-RET as a "add new item
|
;; Standardize the behavior of M-RET/M-S-RET as a "add new item
|
||||||
;; below/above" key.
|
;; below/above" key.
|
||||||
:gi [M-return] #'+default/newline-below
|
: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)
|
(if (featurep 'evil)
|
||||||
(load! "+evil-bindings")
|
(load! "+evil-bindings")
|
||||||
|
Reference in New Issue
Block a user