From 4b15862c476062f7505c8b5bfa3846535b792e07 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Thu, 6 Mar 2025 21:30:32 +0100 Subject: [PATCH] fix: remove ctrl+p command palette binding --- src/keybind/builtin/flow.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index 54972fe..38befc3 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -10,7 +10,6 @@ ["ctrl+w", "quit"], ["ctrl+o", "open_file"], ["ctrl+e", "open_recent"], - ["ctrl+p", "open_command_palette"], ["ctrl+k ctrl+t", "change_theme"], ["ctrl+shift+p", "open_command_palette"], ["ctrl+shift+q", "quit_without_saving"],