Files
dotfiles/.config/yazi/yazi.toml
Sebastian 84202d1eae First commit
Added zsh, kitty, tmux, nvim and yazi
2024-09-20 21:24:11 +02:00

8 lines
99 B
TOML

# yazi.toml
[manager]
show_hidden = true
[opener]
edit = [
{ run = 'nvim "$@"', block = true },
]