Yazi : <Enter> to spawn a shell.

This commit is contained in:
Dmitry Voronin 2024-10-11 21:56:23 +03:00
parent 9f04869ac7
commit 12a1815e28
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -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.";
}
];
};
};