diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-24 23:03:19 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-24 23:03:19 +0200 |
commit | 419384ae01ccb47dd42ad5225f5b6d0b0572a540 (patch) | |
tree | d9f93d6498cdf02ed4e64ce72e7bd8481c13a7a4 /.config/mpv | |
parent | New grep vim plugin (diff) | |
download | dotfiles-bsd-419384ae01ccb47dd42ad5225f5b6d0b0572a540.tar.gz dotfiles-bsd-419384ae01ccb47dd42ad5225f5b6d0b0572a540.tar.bz2 dotfiles-bsd-419384ae01ccb47dd42ad5225f5b6d0b0572a540.tar.xz dotfiles-bsd-419384ae01ccb47dd42ad5225f5b6d0b0572a540.tar.zst dotfiles-bsd-419384ae01ccb47dd42ad5225f5b6d0b0572a540.zip |
Added vim bindings for mpv FINALLY
Diffstat (limited to '.config/mpv')
-rw-r--r-- | .config/mpv/input.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf new file mode 100644 index 0000000..d614b15 --- /dev/null +++ b/.config/mpv/input.conf @@ -0,0 +1,5 @@ +l seek 5 +h seek -5 +j seek -60 +k seek 60 +S cycle sub |