refactor: add logging to keybind matcher and clean-up match state
This commit is contained in:
parent
00597ce93f
commit
cf0cf7aaa6
3 changed files with 105 additions and 127 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue