diff --git a/src/keybind/builtin/helix.json b/src/keybind/builtin/helix.json index aa7e1ad..fd35500 100644 --- a/src/keybind/builtin/helix.json +++ b/src/keybind/builtin/helix.json @@ -215,7 +215,7 @@ ["space R", "replace_selections_with_clipboard"], ["space ?", "open_command_palette"], ["space f", "find_file"], - ["space b", "buffer_picker"], + ["space b", "switch_buffers"], ["space j", "jumplist_picker"], ["space s", "symbol_picker"], ["space d", "diagnostics_picker"], @@ -223,7 +223,7 @@ ["space '", "last_picker"], ["space y", "copy"], ["space p", "system_paste_after"], - ["space /", "find_in_file"], + ["space /", "find_in_files"], ["space k", "hover"], ["space r", "rename_symbol"], ["space h", "select_references_to_symbol_under_cursor"], @@ -501,8 +501,8 @@ ["space R", "replace_selections_with_clipboard"], ["space ?", "open_command_palette"], - ["space f", "file_picker"], - ["space b", "buffer_picker"], + ["space f", "find_file"], + ["space b", "switch_buffers"], ["space j", "jumplist_picker"], ["space s", "symbol_picker"], ["space d", "diagnostics_picker"], @@ -510,7 +510,7 @@ ["space '", "last_picker"], ["space y", "copy"], ["space p", "system_paste_after"], - ["space /", "find_in_file"], + ["space /", "find_in_files"], ["space k", "hover"], ["space r", "rename_symbol"], ["space h", "select_references_to_symbol_under_cursor"],