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'"; } {