diff options
| author | Vonfry <mail@vonfry.name> | 2021-04-01 18:08:38 +0800 |
|---|---|---|
| committer | Youmu <condy0919@gmail.com> | 2021-04-01 18:12:14 +0800 |
| commit | f2be91297029ae002d15e23510f9f686d848d7a8 (patch) | |
| tree | c14eaa1612e61aa4310c183ae72e442c2b77917d /modes/mpdel | |
| parent | b45ec5b3156d27a18a949e4bf55643107a21abc2 (diff) | |
Fix mpdel playback next and previous
Diffstat (limited to 'modes/mpdel')
| -rw-r--r-- | modes/mpdel/evil-collection-mpdel.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modes/mpdel/evil-collection-mpdel.el b/modes/mpdel/evil-collection-mpdel.el index b90c1f6..db386fd 100644 --- a/modes/mpdel/evil-collection-mpdel.el +++ b/modes/mpdel/evil-collection-mpdel.el @@ -49,8 +49,8 @@ (evil-set-initial-state mode 'normal)) (evil-collection-define-key 'normal 'mpdel-core-map "p" 'libmpdel-playback-play-pause - "{" 'libmpdel-playback-next - "}" 'libmpdel-playback-previous + "{" 'libmpdel-playback-previous + "}" 'libmpdel-playback-next "a" 'mpdel-core-add-to-current-playlist "A" 'mpdel-core-add-to-stored-playlist "r" 'mpdel-core-replace-current-playlist |
