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"],