mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 23:01:05 +00:00
parent
04ff62c46c
commit
2b70107f1f
1 changed files with 2 additions and 2 deletions
|
|
@ -14,13 +14,13 @@ max_height = 900
|
|||
[opener]
|
||||
folder = [
|
||||
{ exec = 'open -R "$@"', display_name = "Reveal in Finder" },
|
||||
{ exec = 'vim "$@"' },
|
||||
{ exec = '$EDITOR "$@"' },
|
||||
]
|
||||
archive = [
|
||||
{ exec = 'unar "$1"', display_name = "Extract here" },
|
||||
]
|
||||
text = [
|
||||
{ exec = 'vim "$@"', block = true },
|
||||
{ exec = '$EDITOR "$@"', block = true },
|
||||
]
|
||||
image = [
|
||||
{ exec = 'open "$@"', display_name = "Open" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue