Files
dotfiles/yazi/yazi.toml
Thomas Naderer d8a20d620a chore: clean up dotfiles and add gitignore whitelist
Switch to whitelist-based .gitignore to only track essential configs:
nvim, yazi, kitty, zsh, ideavim, karabiner, tmux, scripts, starship.
Remove history, compiled files, and plugin dirs from tracking.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 12:57:14 +01:00

18 lines
278 B
TOML

[opener]
play = [
{ run = 'open -a IINA "$@"', orphan = true, for = "unix", desc='IINA'}
]
[image]
renderer = "auto"
[preview]
max_width = 2000
max_height = 2000
[plugin]
prepend_previewers = [
{ name = "*.md", run = "glow" },
{ mime = "image/*", run = "zoom" },
]