change default yazi editor and other programs
This commit is contained in:
10
yazi/yazi.toml
Normal file
10
yazi/yazi.toml
Normal 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" },
|
||||
]
|
||||
Reference in New Issue
Block a user