From 3967995e05f318f12e5ba69055d11b8365e79d02 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Sat, 6 Dec 2025 20:18:26 +0100 Subject: [PATCH] feat: bind last_palette to ctrl+, in flow mode --- src/keybind/builtin/flow.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index 7ca1490..6daedd7 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -7,6 +7,7 @@ ["ctrl+e", "find_file"], ["ctrl+shift+n", "create_new_file"], ["ctrl+r", "open_recent_project"], + ["ctrl+,", "last_palette"], ["f1", "open_help"], ["ctrl+\\", "add_split"], ["ctrl+k w", "close_split"],