diff options
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 |