mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
docs(keymap): add select_all_children (#11972)
Co-authored-by: Sam Kagan <skagan@nrao.edu>
This commit is contained in:
parent
bc18dc2c0c
commit
287e412780
1 changed files with 37 additions and 36 deletions
|
@ -146,6 +146,7 @@ Normal mode is the default mode when you launch helix. You can return to it from
|
|||
| `Alt-p`, `Alt-left` | Select previous sibling node in syntax tree (**TS**) | `select_prev_sibling` |
|
||||
| `Alt-n`, `Alt-right` | Select next sibling node in syntax tree (**TS**) | `select_next_sibling` |
|
||||
| `Alt-a` | Select all sibling nodes in syntax tree (**TS**) | `select_all_siblings` |
|
||||
| `Alt-I`, `Alt-Shift-down`| Select all children nodes in syntax tree (**TS**) | `select_all_children` |
|
||||
| `Alt-e` | Move to end of parent node in syntax tree (**TS**) | `move_parent_node_end` |
|
||||
| `Alt-b` | Move to start of parent node in syntax tree (**TS**) | `move_parent_node_start` |
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue