Yazi: Interactive goto on <Space>.
This commit is contained in:
parent
c7cab17c33
commit
534d905cd4
|
@ -79,6 +79,11 @@
|
||||||
desc = "Close tab";
|
desc = "Close tab";
|
||||||
run = "close";
|
run = "close";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
on = "<Space>";
|
||||||
|
desc = "Goto interactive";
|
||||||
|
run = "cd --interactive";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
on = [
|
on = [
|
||||||
"g"
|
"g"
|
||||||
|
|
Loading…
Reference in a new issue