File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -123,8 +123,14 @@ return {
123
123
org_move_subtree_up = ' <Leader>oK' ,
124
124
org_move_subtree_down = ' <Leader>oJ' ,
125
125
org_export = ' <Leader>oe' ,
126
- org_next_visible_heading = ' }' ,
127
- org_previous_visible_heading = ' {' ,
126
+ org_next_visible_heading = {
127
+ n = ' }' ,
128
+ x = ' }' ,
129
+ },
130
+ org_previous_visible_heading = {
131
+ n = ' {' ,
132
+ x = ' {' ,
133
+ },
128
134
org_forward_heading_same_level = ' ]]' ,
129
135
org_backward_heading_same_level = ' [[' ,
130
136
outline_up_heading = ' g{' ,
Original file line number Diff line number Diff line change @@ -67,8 +67,14 @@ return {
67
67
org_move_subtree_up = { ' org_mappings.move_subtree_up' },
68
68
org_move_subtree_down = { ' org_mappings.move_subtree_down' },
69
69
org_export = { ' org_mappings.export' },
70
- org_next_visible_heading = { ' org_mappings.next_visible_heading' },
71
- org_previous_visible_heading = { ' org_mappings.previous_visible_heading' },
70
+ org_next_visible_heading = {
71
+ n = { ' org_mappings.next_visible_heading' },
72
+ x = { ' org_mappings.next_visible_heading' },
73
+ },
74
+ org_previous_visible_heading = {
75
+ n = { ' org_mappings.previous_visible_heading' },
76
+ x = { ' org_mappings.previous_visible_heading' },
77
+ },
72
78
org_forward_heading_same_level = { ' org_mappings.forward_heading_same_level' },
73
79
org_backward_heading_same_level = { ' org_mappings.backward_heading_same_level' },
74
80
outline_up_heading = { ' org_mappings.outline_up_heading' },
You can’t perform that action at this time.
0 commit comments