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