fix: remove ctrl+p command palette binding

This commit is contained in:
CJ van den Berg 2025-03-06 21:30:32 +01:00
parent 4b34804670
commit 4b15862c47
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -10,7 +10,6 @@
["ctrl+w", "quit"], ["ctrl+w", "quit"],
["ctrl+o", "open_file"], ["ctrl+o", "open_file"],
["ctrl+e", "open_recent"], ["ctrl+e", "open_recent"],
["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+p", "open_command_palette"],
["ctrl+shift+q", "quit_without_saving"], ["ctrl+shift+q", "quit_without_saving"],