yazi editors
This commit is contained in:
parent
a72a24fabb
commit
7a7dad92d4
3 changed files with 39 additions and 39 deletions
|
@ -127,10 +127,11 @@
|
|||
};
|
||||
opener = {
|
||||
edit = [
|
||||
{ run = "emacsclient -r -n \"$@\""; desc = "open in current emacsclient"; orphan = true; }
|
||||
{ run = "$EDITOR \"$@\""; desc = "emacsclient"; orphan = true; block = false; }
|
||||
{ run = "nano \"$@\""; desc = "nano"; orphan = false; block = true; }
|
||||
];
|
||||
extract = [
|
||||
{ run = "ouch d -y \"$@\""; desc = "Extract here with ouch"; }
|
||||
{ run = "ouch d -y \"$@\""; desc = "Extract here with ouch"; }
|
||||
];
|
||||
};
|
||||
open = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue