added nvim as default editor to yazi

main
The_miro 2025-03-20 09:01:19 +01:00
parent cf601dd211
commit 0572207154
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ show_hidden = true
show_symlink = true
[opener]
edit = [
{ run = 'micro "$@"', block = true, for = "unix" },
{ run = 'nvim "$@"', block = true, for = "unix" },
]
open = [
{ run = 'xdg-open "$@"', desc = "Open" },