diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 2c60051..0a660fa 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -42,6 +42,10 @@ C-b = ":buffer-close" esc = ["collapse_selection", "keep_primary_selection"] +[keys.normal.space] +f = "file_picker_in_current_directory" +F = "no_op" + [keys.insert] esc = ["collapse_selection", "normal_mode"]