feat: make AST keybindings more intuitive

This commit is contained in:
CJ van den Berg 2025-09-22 13:07:03 +02:00
parent 1ef77601e3
commit 52996ed57d
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -128,14 +128,14 @@
["alt+shift+s", "filter", "sort", "-u"], ["alt+shift+s", "filter", "sort", "-u"],
["alt+shift+v", "paste"], ["alt+shift+v", "paste"],
["alt+shift+i", "add_cursors_to_line_ends"], ["alt+shift+i", "add_cursors_to_line_ends"],
["alt+shift+left", "shrink_selection"], ["alt+shift+left", "expand_selection"],
["alt+shift+right", "expand_selection"], ["alt+shift+right", "shrink_selection"],
["alt+home", "select_prev_sibling"], ["alt+home", "select_prev_sibling"],
["alt+end", "select_next_sibling"], ["alt+end", "select_next_sibling"],
["alt+]", "shrink_selection", true], ["alt+{", "expand_selection"],
["alt+[", "expand_selection"], ["alt+}", "shrink_selection", true],
["alt+{", "select_prev_sibling", true], ["alt+[", "select_prev_sibling", true],
["alt+}", "select_next_sibling", true], ["alt+]", "select_next_sibling", true],
["alt+shift+e", "move_parent_node_end"], ["alt+shift+e", "move_parent_node_end"],
["alt+shift+b", "move_parent_node_start"], ["alt+shift+b", "move_parent_node_start"],
["alt+a", "select_all_siblings"], ["alt+a", "select_all_siblings"],