[Yazi] Add keybinds, start configuring openers

This commit is contained in:
2025-07-28 11:10:03 +02:00
parent 2ec9356aca
commit 46a4d7628d
2 changed files with 7 additions and 0 deletions

View File

@@ -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" },
]