[Yazi] Add keybinds, start configuring openers
This commit is contained in:
@@ -8,3 +8,9 @@ prepend_previewers = [
|
||||
{ mime = "application/x-rar", run = "ouch" },
|
||||
{ mime = "application/x-xz", run = "ouch" },
|
||||
]
|
||||
|
||||
[opener]
|
||||
open = [
|
||||
{ run = 'xdg-open "$@"', desc = "Open" },
|
||||
{ run = 'okular "$@"', desc = "Open in Okular" },
|
||||
]
|
||||
|
Reference in New Issue
Block a user