1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Make space-f open the file picker in the current directory by default

This commit is contained in:
Mo 2023-10-23 17:08:27 +02:00
parent 06b2baf8e0
commit 93bc405d6d

View file

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