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:
parent
eb11a40a9f
commit
ec783d68a6
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
||||||
["alt+x", "open_command_palette"],
|
["alt+x", "open_command_palette"],
|
||||||
["f4", "toggle_input_mode"],
|
["f4", "toggle_input_mode"],
|
||||||
["ctrl+f2", "insert_command_name"],
|
["ctrl+f2", "insert_command_name"],
|
||||||
|
["ctrl+k ctrl+s", "insert_command_name"],
|
||||||
["f9", "theme_prev"],
|
["f9", "theme_prev"],
|
||||||
["f10", "theme_next"],
|
["f10", "theme_next"],
|
||||||
["f11", "toggle_panel"],
|
["f11", "toggle_panel"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue