fix: binding key should be lowercase
This commit is contained in:
parent
175d2d968e
commit
8ca6e413da
1 changed files with 5 additions and 5 deletions
|
@ -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"],
|
||||||
|
|
Loading…
Add table
Reference in a new issue