feat: add flow mode keybindings for future commands

This commit is contained in:
CJ van den Berg 2024-12-02 19:40:33 +01:00
parent 1e3ea22fb7
commit 80c1221b1c
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -93,6 +93,9 @@
["alt+shift+right", "expand_selection"], ["alt+shift+right", "expand_selection"],
["alt+home", "select_prev_sibling"], ["alt+home", "select_prev_sibling"],
["alt+end", "select_next_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+home", "move_scroll_left"],
["alt+shift+end", "move_scroll_right"], ["alt+shift+end", "move_scroll_right"],
["alt+shift+up", "add_cursor_up"], ["alt+shift+up", "add_cursor_up"],