fix: binding key should be lowercase

This commit is contained in:
CJ van den Berg 2024-11-15 23:09:43 +01:00
parent 175d2d968e
commit 8ca6e413da
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -75,11 +75,11 @@
["<C-r>", "open_recent_project"], ["<C-r>", "open_recent_project"],
["<C-p>", "open_command_palette"], ["<C-p>", "open_command_palette"],
["<C-k><C-t>", "change_theme"], ["<C-k><C-t>", "change_theme"],
["<C-S-P>", "open_command_palette"], ["<C-S-p>", "open_command_palette"],
["<C-S-Q>", "quit_without_saving"], ["<C-S-q>", "quit_without_saving"],
["<C-S-R>", "restart"], ["<C-S-r>", "restart"],
["<C-S-F>", "find_in_files"], ["<C-S-f>", "find_in_files"],
["<C-S-L>", "toggle_panel"], ["<C-S-l>", "toggle_panel"],
["<A-S-p>", "open_command_palette"], ["<A-S-p>", "open_command_palette"],
["<A-n>", "goto_next_file_or_diagnostic"], ["<A-n>", "goto_next_file_or_diagnostic"],
["<A-p>", "goto_prev_file_or_diagnostic"], ["<A-p>", "goto_prev_file_or_diagnostic"],