feat: add flow mode keybinds for unnamed AST sibling movement
This commit is contained in:
parent
60016a3d03
commit
99dc805817
1 changed files with 4 additions and 0 deletions
|
@ -132,6 +132,10 @@
|
|||
["alt+shift+right", "expand_selection"],
|
||||
["alt+home", "select_prev_sibling"],
|
||||
["alt+end", "select_next_sibling"],
|
||||
["alt+]", "shrink_selection", true],
|
||||
["alt+[", "expand_selection"],
|
||||
["alt+{", "select_prev_sibling", true],
|
||||
["alt+}", "select_next_sibling", true],
|
||||
["alt+shift+e", "move_parent_node_end"],
|
||||
["alt+shift+b", "move_parent_node_start"],
|
||||
["alt+a", "select_all_siblings"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue