feat: bind insert_command_name to ctrl+k ctrl+s in flow mode

Like in visual studio code, as insert_command_name is the closest thing
we have to a keybind reference.
This commit is contained in:
CJ van den Berg 2025-10-30 14:19:13 +01:00
parent eb11a40a9f
commit ec783d68a6
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -25,6 +25,7 @@
["alt+x", "open_command_palette"],
["f4", "toggle_input_mode"],
["ctrl+f2", "insert_command_name"],
["ctrl+k ctrl+s", "insert_command_name"],
["f9", "theme_prev"],
["f10", "theme_next"],
["f11", "toggle_panel"],