mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-02 23:33:05 +00:00
Make space-f open the file picker in the current directory by default
This commit is contained in:
parent
06b2baf8e0
commit
93bc405d6d
1 changed files with 4 additions and 0 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue