Files
dotfiles/yazi/yazi.toml
Thomas Naderer 6be4953be2 Played around with yazi and now the config is tight
Lots of new Keymaps
2025-07-07 15:34:51 +02:00

17 lines
318 B
TOML

# Temporarily disable all config for testing
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" },
]