From 2a8730bf5b9a46b06c7c57a774745ce02ee11533 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Fri, 24 Jan 2025 19:28:43 +0300 Subject: [PATCH] Yazi: Fzf on gf. --- home/file/yazi/module/Keymap.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/home/file/yazi/module/Keymap.nix b/home/file/yazi/module/Keymap.nix index c55f3d5..0109931 100644 --- a/home/file/yazi/module/Keymap.nix +++ b/home/file/yazi/module/Keymap.nix @@ -80,8 +80,11 @@ run = "close"; } { - on = ""; - desc = "Goto interactive"; + on = [ + "g" + "f" + ]; + desc = "Fzf search"; run = "plugin fzf --args='--no-mouse'"; } {