yazi: add config
This commit is contained in:
parent
4d7bd1a487
commit
1dfb8e7e7b
13
yazi/.config/yazi/yazi.toml
Normal file
13
yazi/.config/yazi/yazi.toml
Normal file
@ -0,0 +1,13 @@
|
||||
[opener]
|
||||
imv = [
|
||||
{ run = 'imv "$@"', orphan = true },
|
||||
]
|
||||
nvim_cd = [
|
||||
{ run = 'nvim -c "cd $@"', block = true }
|
||||
]
|
||||
|
||||
[open]
|
||||
prepend_rules = [
|
||||
{ mime = "image/*", use = "imv" },
|
||||
{ mime = "inode/directory", use = "nvim_cd" }
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user