docs(keymap): add select_all_children (#11972)

Co-authored-by: Sam Kagan <skagan@nrao.edu>
pull/6592/merge
Sam Kagan 1 day ago committed by GitHub
parent bc18dc2c0c
commit 287e412780
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save