Files
dotfiles/yazi/yazi.toml
2025-05-30 23:30:44 +02:00

17 lines
270 B
TOML

max_width=3000
max_height=3000
[opener]
play = [
{ run = 'open -a IINA "$@"', orphan = true, for = "unix", desc='IINA'}
]
[mgr]
ratio = [2, 6, 5] # left, center, right pane width ratios
[plugin]
prepend_previewers = [
{ name = "*.md", run = "glow" },
]