From dc483d0f302b7135504c565be3fb4a2784507727 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 9 Apr 2022 09:41:55 -0400 Subject: [PATCH] misc: Fix typo Might as well fix these as I notice them. --- mpv/.config/mpv/input.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mpv/.config/mpv/input.conf b/mpv/.config/mpv/input.conf index 9e29b242..9e08ec29 100644 --- a/mpv/.config/mpv/input.conf +++ b/mpv/.config/mpv/input.conf @@ -38,11 +38,11 @@ d show-progress # Show your position in the video s async screenshot # Take a screenshot of the current frame S async screenshot video # Take a screenshot without the subtitles -# J and K to change videos (mimicing Vimium and changing tabs) +# J and K to change videos (mimicking Vimium and changing tabs) J playlist-prev # Open the previous video K playlist-next # Open the next video -# H and L to change sections (mimicing Vimimum and moving through history) +# H and L to change sections (mimicking Vimimum and moving through history) H add chapter -1 # Go to the previous section in the video L add chapter 1 # Go to the next section in the video