From 45b0761b226442a671c0471c02604f5459fceab5 Mon Sep 17 00:00:00 2001 From: Vonfry Date: Thu, 26 May 2022 21:35:32 +0800 Subject: [mpdel] Modify song seek keybindings from three to two keys --- modes/mpdel/evil-collection-mpdel.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modes/mpdel/evil-collection-mpdel.el b/modes/mpdel/evil-collection-mpdel.el index db386fd..77289b8 100644 --- a/modes/mpdel/evil-collection-mpdel.el +++ b/modes/mpdel/evil-collection-mpdel.el @@ -76,12 +76,12 @@ "I" 'mpdel-song-play "q" 'mpdel-song-quit-window - "g-s" 'mpdel-song-small-increment - "g-n" 'mpdel-song-normal-increment - "g-l" 'mpdel-song-large-increment - "g+s" 'mpdel-song-small-decrement - "g+n" 'mpdel-song-normal-decrement - "g+l" 'mpdel-song-large-decrement + ">s" 'mpdel-song-small-increment + ">n" 'mpdel-song-normal-increment + ">l" 'mpdel-song-large-increment + "