lang/org: C-M-RET = org-insert-subheading

This commit is contained in:
Henrik Lissner 2020-01-06 16:21:22 -05:00
parent 7150631f66
commit b7c5152f3a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -587,6 +587,7 @@ between the two."
;; textmate-esque newline insertion ;; textmate-esque newline insertion
[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
;; Org-aware C-a/C-e ;; Org-aware C-a/C-e
[remap doom/backward-to-bol-or-indent] #'org-beginning-of-line [remap doom/backward-to-bol-or-indent] #'org-beginning-of-line
[remap doom/forward-to-last-non-comment-or-eol] #'org-end-of-line [remap doom/forward-to-last-non-comment-or-eol] #'org-end-of-line