Initial commit
This commit is contained in:
commit
f94fd70f07
151 changed files with 7650 additions and 0 deletions
14
yazi/yazi.toml
Normal file
14
yazi/yazi.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[opener]
|
||||
edit = [
|
||||
{ run = 'hx %s', block = true },
|
||||
]
|
||||
|
||||
[open]
|
||||
prepend_rules = [
|
||||
{ mime = "application/gentoo.*", use = 'edit' }
|
||||
]
|
||||
|
||||
[plugin]
|
||||
append_previewers = [
|
||||
{ url = "*", run = "code" },
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue