From df755980362a599aa6b360cd4ee3fa505f6774ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Wed, 5 Mar 2025 15:29:46 +0100 Subject: [PATCH] Home Gen460 @ 2025-03-05-15:29 --- modules/home/ranger/config.nix | 3 +++ 1 file changed, 3 insertions(+) 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";