We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab81f36 commit d29ecadCopy full SHA for d29ecad
lua/orgmode/objects/help.lua
@@ -54,6 +54,7 @@ local helps = {
54
{ key = 'org_clock_goto', description = 'Jump to currently clocked in heading' },
55
{ key = 'org_set_effort', description = 'Set effort estimate on current heading' },
56
{ key = 'org_show_help', description = 'Show this help' },
57
+ { key = 'org_toggle_heading', description = 'Toggle current line to headline and vice versa' },
58
},
59
orgagenda = {
60
{ key = 'org_agenda_later', description = 'Go forward one span' },
0 commit comments