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