Skip to content

Commit ae8554b

Browse files
Merge pull request #205 from joshpetit/master
Add toggle headline to help menu
2 parents ab81f36 + d29ecad commit ae8554b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/orgmode/objects/help.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ local helps = {
5454
{ key = 'org_clock_goto', description = 'Jump to currently clocked in heading' },
5555
{ key = 'org_set_effort', description = 'Set effort estimate on current heading' },
5656
{ key = 'org_show_help', description = 'Show this help' },
57+
{ key = 'org_toggle_heading', description = 'Toggle current line to headline and vice versa' },
5758
},
5859
orgagenda = {
5960
{ key = 'org_agenda_later', description = 'Go forward one span' },

0 commit comments

Comments
 (0)