Commit c23e833 1 parent abcb129 commit c23e833 Copy full SHA for c23e833
File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,9 @@ Normal mode is the default mode when you launch helix. You can return to it from
145
145
| ` Alt-i ` , ` Alt-down ` | Shrink syntax tree object selection (** TS** ) | ` shrink_selection ` |
146
146
| ` Alt-p ` , ` Alt-left ` | Select previous sibling node in syntax tree (** TS** ) | ` select_prev_sibling ` |
147
147
| ` Alt-n ` , ` Alt-right ` | Select next sibling node in syntax tree (** TS** ) | ` select_next_sibling ` |
148
+ | ` Alt-a ` | Select all sibling nodes in syntax tree (** TS** ) | ` select_all_siblings ` |
149
+ | ` Alt-e ` | Move to end of parent node in syntax tree (** TS** ) | ` move_parent_node_end ` |
150
+ | ` Alt-b ` | Move to start of parent node in syntax tree (** TS** ) | ` move_parent_node_start ` |
148
151
149
152
### Search
150
153
You can’t perform that action at this time.
0 commit comments