Fix C-{S,M}-RET in tty Emacs
This commit is contained in:
parent
9acba6b269
commit
3e67f8f801
1 changed files with 3 additions and 0 deletions
|
@ -575,6 +575,9 @@ between the two."
|
|||
"C-c C-S-l" #'+org/remove-link
|
||||
"C-c C-i" #'org-toggle-inline-images
|
||||
;; textmate-esque newline insertion
|
||||
"C-RET" #'+org/insert-item-below
|
||||
"C-S-RET" #'+org/insert-item-above
|
||||
"C-M-RET" #'org-insert-subheading
|
||||
[C-return] #'+org/insert-item-below
|
||||
[C-S-return] #'+org/insert-item-above
|
||||
[C-M-return] #'org-insert-subheading
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue