various yazi keybinds

This commit is contained in:
2025-05-31 16:27:08 +02:00
parent 6b08e4b8ad
commit 1e84ca72cf
3 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,9 @@
[open]
rules = [
{ mime = "video/*", use = "play" },
]
[opener]
play = [
{ run = 'mpv "$@"', orphan = true}
]