1

Modules/Yazi: Add junction hotkey

This commit is contained in:
2026-04-17 12:45:46 +02:00
parent ddc5722bbe
commit c204312423

View File

@ -85,6 +85,10 @@ in {
run = ''xdg-open "$@"'';
desc = "Open selection";
}
{
run = ''junction "$@"'';
desc = "Open selection in chosen application";
}
];
extract = [
{