new file: .config/yazi/yazi.toml

This commit is contained in:
nekochemist 2026-02-19 23:48:07 +05:00
parent b968a1466f
commit 2d266ca85b

7
.config/yazi/yazi.toml Normal file
View file

@ -0,0 +1,7 @@
[mgr]
linemode = "size"
mouse_events = ["click", "scroll", "touch", "move", "drag"]
[opener]
edit = [
{ run = "neovide %s", block = true, for = "unix" },
]