From e8ec1a4598a35f3ba2654653c7fbc27c95e949a2 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Sat, 6 Dec 2025 20:23:15 +0100 Subject: [PATCH] feat: bind last_palette to `space '` in helix mode --- src/keybind/builtin/helix.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/keybind/builtin/helix.json b/src/keybind/builtin/helix.json index b604d4d..614945f 100644 --- a/src/keybind/builtin/helix.json +++ b/src/keybind/builtin/helix.json @@ -240,7 +240,7 @@ ["space s", "show_symbols"], ["space d", "show_diagnostics"], ["space a", "code_action"], - ["space '", "last_picker"], + ["space '", "last_palette"], ["space y", "copy"], ["space p", "system_paste_after"], ["space /", "find_in_files"], @@ -526,10 +526,10 @@ ["space f", "find_file"], ["space b", "switch_buffers"], ["space j", "jumplist_picker"], - ["space s", "symbol_picker"], + ["space s", "show_symbols"], ["space d", "show_diagnostics"], ["space a", "code_action"], - ["space '", "last_picker"], + ["space '", "last_palette"], ["space y", "copy"], ["space p", "system_paste_after"], ["space /", "find_in_files"],