Fix C-{S,M}-RET in tty Emacs

This commit is contained in:
Henrik Lissner 2020-04-27 17:30:23 -04:00
parent 9acba6b269
commit 3e67f8f801
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -575,6 +575,9 @@ between the two."
"C-c C-S-l" #'+org/remove-link "C-c C-S-l" #'+org/remove-link
"C-c C-i" #'org-toggle-inline-images "C-c C-i" #'org-toggle-inline-images
;; textmate-esque newline insertion ;; 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-return] #'+org/insert-item-below
[C-S-return] #'+org/insert-item-above [C-S-return] #'+org/insert-item-above
[C-M-return] #'org-insert-subheading [C-M-return] #'org-insert-subheading