mirror of
https://github.com/theniceboy/.config.git
synced 2026-01-29 03:17:12 +08:00
yazi use edit opener by default
This commit is contained in:
parent
d0d89536de
commit
3d36c50c25
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ rules = [
|
|||
# Empty file
|
||||
{ mime = "inode/empty", use = ["edit", "reveal"] },
|
||||
# Fallback
|
||||
{ name = "*", use = ["open", "reveal"] },
|
||||
{ name = "*", use = ["edit", "open", "reveal"] },
|
||||
]
|
||||
|
||||
[tasks]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue