Yazi: Interactive goto on <Space>.

This commit is contained in:
Dmitry Voronin 2025-01-05 06:20:39 +03:00
parent c7cab17c33
commit 534d905cd4
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -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"