From b5a57e0901f2a4fbb1d9027d7b4eea1055a0f388 Mon Sep 17 00:00:00 2001 From: Levi Santos Date: Sun, 30 Mar 2025 14:53:53 -0300 Subject: [PATCH] Helix mode: adding file_picker_in_current_directory --- src/keybind/builtin/helix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keybind/builtin/helix.json b/src/keybind/builtin/helix.json index 2035724..34b0e3a 100644 --- a/src/keybind/builtin/helix.json +++ b/src/keybind/builtin/helix.json @@ -204,7 +204,7 @@ ["page_up", "move_scroll_page_up"], ["page_down", "move_scroll_page_down"], - ["space shift+f", "file_picker_in_current_directory"], + ["space shift+f", "find_file"], ["space shift+s", "workspace_symbol_picker"], ["space shift+d", "workspace_diagnostics_picker"], ["space shift+p", "system_paste"],