diff options
| author | Vonfry <mail@vonfry.name> | 2022-05-26 21:35:32 +0800 |
|---|---|---|
| committer | Youmu <condy0919@gmail.com> | 2022-05-28 01:39:46 +0800 |
| commit | 45b0761b226442a671c0471c02604f5459fceab5 (patch) | |
| tree | 53e70f773e1cd017a5b71b41387b779b24589635 /modes/mpdel | |
| parent | 4336587f8ebae67e99f9d9c59daa8bf1cf1c51e4 (diff) | |
[mpdel] Modify song seek keybindings from three to two keys
Diffstat (limited to 'modes/mpdel')
| -rw-r--r-- | modes/mpdel/evil-collection-mpdel.el | 12 |
1 files 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 + "<s" 'mpdel-song-small-decrement + "<n" 'mpdel-song-normal-decrement + "<l" 'mpdel-song-large-decrement "gl" 'mpdel-playlist-open "(" 'mpdel-playlist-move-up |
