fix: move flow mode select mode keybind to ctrl+shift+a

shift+space is too easy to trigger accidentally.
This commit is contained in:
CJ van den Berg 2025-10-05 16:49:51 +02:00
parent 9ea32d46e2
commit 2bd5d913a8
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -228,7 +228,7 @@
["kp_page_up", "move_page_up"],
["kp_page_down", "move_page_down"],
["tab", "indent"],
["shift+space", "enter_mode", "select"],
["ctrl+shift+a", "enter_mode", "select"],
["\"", "smart_insert_pair", "\"", "\""],
["'", "smart_insert_pair", "'", "'"],