diff options
Diffstat (limited to '.config/mpv')
| -rw-r--r-- | .config/mpv/input.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf index 7f08541..20851f4 100644 --- a/.config/mpv/input.conf +++ b/.config/mpv/input.conf @@ -1,2 +1,9 @@ # Normalize audio. F1 af toggle "dynaudnorm=g=5:f=250:r=0.9:p=0.5" + +# seek commands +l seek 5 +h seek -5 +j seek -60 +k seek 60 +S cycle sub |
