2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-09 13:10:27 +00:00
steffen-dotfiles/.config/yazi/yazi.toml
Steffen Rademacker 86fb218a5a .
2024-08-16 15:47:18 +02:00

19 lines
307 B
TOML

[manager]
ratio = [1, 2, 3]
sort_by = 'natural'
show_hidden = true
show_symlink = true
[preview]
tab_size = 2
max_width = 1280
max_height = 1280
image_quality = 50
image_filter = 'nearest'
[plugin]
prepend_previewers = [
{ mime = "text/*", run = "bat" },
{ mime = "application/json", run = "bat" },
]