feat: add insert_command_name command

This commit is contained in:
CJ van den Berg 2024-11-21 18:04:49 +01:00
parent 6372beb762
commit 73b7031693
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 80 additions and 0 deletions

View file

@ -111,6 +111,7 @@
["shift+backspace", "delete_backward"],
["shift+tab", "unindent"],
["f2", "toggle_input_mode"],
["ctrl+f2", "insert_command_name"],
["f3", "goto_next_match"],
["f15", "goto_prev_match"],
["f5", "toggle_inspector_view"],