Yazi : <Enter> to spawn a shell.
This commit is contained in:
parent
9f04869ac7
commit
12a1815e28
|
@ -22,6 +22,11 @@
|
|||
run = "create --force";
|
||||
desc = "I want, sometimes.";
|
||||
}
|
||||
{
|
||||
on = "<Enter>";
|
||||
run = ''shell "SHELL_NAME=yazi $SHELL" --block --confirm'';
|
||||
desc = "Spawn shell here.";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue