-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
C-RET in org-mode should insert new heading #3306
Copy link
Copy link
Open
Labels
is:featureAdds or requests new features, or extends existing onesAdds or requests new features, or extends existing onesmodule:lang/orgPertains to Doom's :lang org modulePertains to Doom's :lang org modulere:keybindsChanges to or discussion about Doom's keybindsChanges to or discussion about Doom's keybinds
Milestone
Metadata
Metadata
Assignees
Labels
is:featureAdds or requests new features, or extends existing onesAdds or requests new features, or extends existing onesmodule:lang/orgPertains to Doom's :lang org modulePertains to Doom's :lang org modulere:keybindsChanges to or discussion about Doom's keybindsChanges to or discussion about Doom's keybinds
Type
Projects
Status
Unreviewed
When I'm in a list in an org file, M-RET adds another list item. Sometimes I would like to end the list and add a new heading instead. The default org keybinding for this is C-RET, which calls org-insert-heading-respect-content. In doom, C-RET seems to duplicate M-RET when I'm in a list item, and inserts an empty line when I'm in a new line (or several lines) below the list.