Yazi: Fzf on gf.
This commit is contained in:
parent
bd377d909c
commit
2a8730bf5b
|
@ -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'";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue