Modules/Yazi: Add junction hotkey
This commit is contained in:
@ -85,6 +85,10 @@ in {
|
|||||||
run = ''xdg-open "$@"'';
|
run = ''xdg-open "$@"'';
|
||||||
desc = "Open selection";
|
desc = "Open selection";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
run = ''junction "$@"'';
|
||||||
|
desc = "Open selection in chosen application";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
extract = [
|
extract = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user