refactor: add logging to keybind matcher and clean-up match state

This commit is contained in:
CJ van den Berg 2024-11-14 22:12:39 +01:00
parent 00597ce93f
commit cf0cf7aaa6
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 105 additions and 127 deletions

View file

@ -13,7 +13,6 @@
["v", "change_mode", "visual"],
["gg", "goto_page_begin"],
["<S-g>", "goto_page_end"],
["<S-:>", "open_command_palette"],
["<C-u>", "cursor_half_page_up"],
["<C-d>", "cursor_half_page_down"]
]
@ -55,14 +54,12 @@
["<C-e>", "open_recent"],
["<C-r>", "open_recent_project"],
["<C-p>", "open_command_palette"],
["<C-/>", "open_help"],
["<C-k><C-t>", "change_theme"],
["<C-S-P>", "open_command_palette"],
["<C-S-Q>", "quit_without_saving"],
["<C-S-R>", "restart"],
["<C-S-F>", "find_in_files"],
["<C-S-L>", "toggle_panel"],
["<C-S-/>", "open_help"],
["<A-S-p>", "open_command_palette"],
["<A-n>", "goto_next_file_or_diagnostic"],
["<A-p>", "goto_prev_file_or_diagnostic"],