Yazi: Space to cd.
This commit is contained in:
parent
73cc61d371
commit
61aa02ce85
|
@ -9,6 +9,11 @@
|
|||
desc = "Spawn shell here";
|
||||
run = ''shell "SHELL_NAME=yazi $SHELL" --block --confirm'';
|
||||
}
|
||||
{
|
||||
on = "<Space>";
|
||||
desc = "Cd";
|
||||
run = "cd --interactive";
|
||||
}
|
||||
{
|
||||
on = "<Tab>";
|
||||
desc = "New tab";
|
||||
|
|
Loading…
Reference in a new issue