Fix universal {C,s}-RET keybinds in tty Emacs
And reformat all X-RET keybinds.
This commit is contained in:
parent
c6766c293d
commit
2c0cbec7c8
1 changed files with 15 additions and 8 deletions
|
@ -438,11 +438,18 @@ Continues comments if executed from a commented line. Consults
|
|||
:gi "S-RET" #'+default/newline
|
||||
:gi [S-return] #'+default/newline
|
||||
:gi "C-j" #'+default/newline
|
||||
;; add new item below
|
||||
|
||||
;; Add new item below current (without splitting current line).
|
||||
:gi "C-RET" #'+default/newline-below
|
||||
:gn [C-return] #'+default/newline-below
|
||||
;; Add new item above current (without splitting current line)
|
||||
:gi "C-S-RET" #'+default/newline-above
|
||||
:gn [C-S-return] #'+default/newline-above
|
||||
|
||||
(:when IS-MAC
|
||||
:gn "s-RET" #'+default/newline-below
|
||||
:gn [s-return] #'+default/newline-below
|
||||
:gn "S-s-RET" #'+default/newline-above
|
||||
:gn [S-s-return] #'+default/newline-above)))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue