ranger: fzf integration

This commit is contained in:
Primrose 2025-02-20 08:44:44 +01:00
parent 4f0bd9c9e9
commit 645403156c
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 45 additions and 4 deletions

View file

@ -398,7 +398,7 @@ map @ console -p6 shell %%s
map # console shell -p%space
map s console shell%space
map r chain draw_possible_programs; console open_with%space
map f console find%space
map f fzf_select
map cd console cd%space
map <C-p> chain console; eval fm.ui.console.history_move(-1)