diff options
| author | Robert Günzler <r@gnzler.io> | 2025-04-30 13:27:37 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2025-04-30 13:27:37 +0200 |
| commit | 92bd1ec4820b104d3d59371ffd9c17fc9ddef1a3 (patch) | |
| tree | 89ce8aa5c49d8ecb130df0d032a7a682c2697cac /.config/mpv/mvi/input.conf | |
| parent | eb5a978e6f1de941fec2cbd97644036edcf52c38 (diff) | |
mpv: update
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/mpv/mvi/input.conf')
| -rw-r--r-- | .config/mpv/mvi/input.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/mpv/mvi/input.conf b/.config/mpv/mvi/input.conf index 0eb9f48..1d5b989 100644 --- a/.config/mpv/mvi/input.conf +++ b/.config/mpv/mvi/input.conf @@ -7,6 +7,10 @@ SPACE repeatable playlist-next alt+SPACE repeatable playlist-prev +# familiar binds +n playlist-next +p playlist-prev + UP ignore DOWN ignore LEFT repeatable playlist-prev @@ -97,7 +101,7 @@ S screenshot window # Toggle aspect ratio information on and off A cycle-values video-aspect-override "-1" "no" -p script-message force-print-filename +P script-message force-print-filename # ADVANCED: you can define bindings that belong to a "section" (named "image-viewer" here) like so: #alt+SPACE {image-viewer} repeatable playlist-prev |