feat: add flow mode keybindings for future commands
This commit is contained in:
parent
1e3ea22fb7
commit
80c1221b1c
1 changed files with 3 additions and 0 deletions
|
@ -93,6 +93,9 @@
|
|||
["alt+shift+right", "expand_selection"],
|
||||
["alt+home", "select_prev_sibling"],
|
||||
["alt+end", "select_next_sibling"],
|
||||
["alt+shift+e", "move_parent_node_end"],
|
||||
["alt+shift+b", "move_parent_node_start"],
|
||||
["alt+a", "select_all_siblings"],
|
||||
["alt+shift+home", "move_scroll_left"],
|
||||
["alt+shift+end", "move_scroll_right"],
|
||||
["alt+shift+up", "add_cursor_up"],
|
||||
|
|
Loading…
Add table
Reference in a new issue