From e669849629f53f7fa5e624f227987720367ef9c6 Mon Sep 17 00:00:00 2001 From: "ivel.santos" Date: Thu, 3 Apr 2025 00:18:36 -0300 Subject: [PATCH] Helix mode: find_file --- 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 1373f12..732c3d8 100644 --- a/src/keybind/builtin/helix.json +++ b/src/keybind/builtin/helix.json @@ -210,7 +210,7 @@ ["space shift+p", "system_paste"], ["space shift+r", "replace_selections_with_clipboard"], ["space shift+/", "open_command_palette"], - ["space f", "file_picker"], + ["space f", "find_file"], ["space b", "buffer_picker"], ["space j", "jumplist_picker"], ["space s", "symbol_picker"],