Yazi: Restore default create behaviour.
This commit is contained in:
parent
72b34359bb
commit
f5eb727edc
|
@ -4,27 +4,17 @@
|
|||
manager = {
|
||||
prepend_keymap = [
|
||||
{
|
||||
desc = "Dangerous life.";
|
||||
desc = "Dangerous life";
|
||||
on = "d";
|
||||
run = "remove --permanently";
|
||||
}
|
||||
{
|
||||
desc = "Dangerous life.";
|
||||
desc = "Dangerous life";
|
||||
on = "D";
|
||||
run = "remove --permanently --force";
|
||||
}
|
||||
{
|
||||
desc = "Who wants files anyway?";
|
||||
on = "a";
|
||||
run = "create --dir";
|
||||
}
|
||||
{
|
||||
desc = "I want, sometimes.";
|
||||
on = "A";
|
||||
run = "create --force";
|
||||
}
|
||||
{
|
||||
desc = "Spawn shell here.";
|
||||
desc = "Spawn shell here";
|
||||
on = "<Enter>";
|
||||
run = ''shell "SHELL_NAME=yazi $SHELL" --block --confirm'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue