Skip to content

Commit 5ffd4ae

Browse files
authored
Add undocumented keybindings to book (#11662)
1 parent 8cdce92 commit 5ffd4ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

book/src/keymap.md

+3
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ Normal mode is the default mode when you launch helix. You can return to it from
145145
| `Alt-i`, `Alt-down` | Shrink syntax tree object selection (**TS**) | `shrink_selection` |
146146
| `Alt-p`, `Alt-left` | Select previous sibling node in syntax tree (**TS**) | `select_prev_sibling` |
147147
| `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` |
148151

149152
### Search
150153

0 commit comments

Comments
 (0)