diff --git a/modules/home/ranger/config.nix b/modules/home/ranger/config.nix index ca9ed80..c932729 100644 --- a/modules/home/ranger/config.nix +++ b/modules/home/ranger/config.nix @@ -7,6 +7,9 @@ then "kitty" else "ueberzug"; }; + mappings = { + f = "console fzf_filter%space"; + }; plugins = [ { name = "ranger_fzf_filter";