dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 523edd4275419b0e62f5357be6120fc4dcdd65ea
parent fbc468115e0d8ba1c64020699611472ab649c83e
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 21 May 2024 13:11:30 +0100

feat(mpv): keybindings

Diffstat:
Ampv/.config/mpv/input.conf | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/mpv/.config/mpv/input.conf b/mpv/.config/mpv/input.conf @@ -0,0 +1,6 @@ +] add speed 0.1 +[ add speed -0.1 +} add speed 0.5 +{ add speed -0.5 +Alt+- add video-zoom -0.25 +Alt+= add video-zoom 0.25