change default yazi editor and other programs

This commit is contained in:
2025-12-29 14:37:09 +01:00
parent 5aa58aaf5f
commit ff36b11e4f

10
yazi/yazi.toml Normal file
View File

@@ -0,0 +1,10 @@
[opener]
play = [
{ run = 'vlc "$@"', orphan = true, for = "unix" },
]
edit = [
{ run = 'nvim "$@"', block = true, for = "unix" },
]
open = [
{ run = 'xdg-open "$@"', desc = "Open" },
]