Yazi: Fzf on gf.

This commit is contained in:
Dmitry Voronin 2025-01-24 19:28:43 +03:00
parent bd377d909c
commit 2a8730bf5b
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -80,8 +80,11 @@
run = "close"; run = "close";
} }
{ {
on = "<Space>"; on = [
desc = "Goto interactive"; "g"
"f"
];
desc = "Fzf search";
run = "plugin fzf --args='--no-mouse'"; run = "plugin fzf --args='--no-mouse'";
} }
{ {