feat: separate binding key seqences with space instead of '>'

This commit is contained in:
CJ van den Berg 2025-01-07 16:13:02 +01:00
parent b73975328b
commit 9ace78e3a9
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
4 changed files with 220 additions and 219 deletions

View file

@ -19,12 +19,12 @@
["ctrl+c", "copy"],
["ctrl+v", "system_paste"],
["ctrl+u", "pop_cursor"],
["ctrl+k>m", "change_file_type"],
["ctrl+k>ctrl+u", "delete_to_begin"],
["ctrl+k>ctrl+k", "delete_to_end"],
["ctrl+k>ctrl+d", "move_cursor_next_match"],
["ctrl+k>ctrl+t", "change_theme"],
["ctrl+k>ctrl+i", "hover"],
["ctrl+k m", "change_file_type"],
["ctrl+k ctrl+u", "delete_to_begin"],
["ctrl+k ctrl+k", "delete_to_end"],
["ctrl+k ctrl+d", "move_cursor_next_match"],
["ctrl+k ctrl+t", "change_theme"],
["ctrl+k ctrl+i", "hover"],
["ctrl+f", "find"],
["ctrl+g", "goto"],
["ctrl+d", "add_cursor_next_match"],
@ -194,7 +194,7 @@
["t", "change_theme"],
["q", "quit"],
["ctrl+\\", "add_split"],
["ctrl+f>ctrl+f>ctrl+f>ctrl+f>ctrl+f", "home_sheeran"],
["ctrl+f ctrl+f ctrl+f ctrl+f ctrl+f", "home_sheeran"],
["ctrl+j", "toggle_panel"],
["ctrl+q", "quit"],
["ctrl+w", "quit"],
@ -202,7 +202,7 @@
["ctrl+e", "open_recent"],
["ctrl+r", "open_recent_project"],
["ctrl+p", "open_command_palette"],
["ctrl+k>ctrl+t", "change_theme"],
["ctrl+k ctrl+t", "change_theme"],
["ctrl+shift+p", "open_command_palette"],
["ctrl+shift+q", "quit_without_saving"],
["ctrl+shift+r", "restart"],