⚙️ config(yazi): open text file in a detached terminal
This commit is contained in:
parent
906825abb9
commit
045f0e2a75
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@ folder = [
|
|||
]
|
||||
archive = [{ exec = 'file-roller "$1"', desc = "Extract here" }]
|
||||
pdf = [{ exec = 'zathura "$1"', desc = "Open" }]
|
||||
text = [{ exec = '$EDITOR "$@"', block = true }]
|
||||
text = [
|
||||
{ exec = 'pypr toggle yazi & kitty --detach $EDITOR "$@"', block = true },
|
||||
]
|
||||
image = [
|
||||
{ exec = 'geeqie "$@"', desc = "Open" },
|
||||
{ exec = '''exiftool "$1"; echo "Press enter to exit"; read''', block = true, desc = "Show EXIF" },
|
||||
|
|
Loading…
Add table
Reference in a new issue