summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVonfry <mail@vonfry.name>2021-04-01 18:08:38 +0800
committerYoumu <condy0919@gmail.com>2021-04-01 18:12:14 +0800
commitf2be91297029ae002d15e23510f9f686d848d7a8 (patch)
treec14eaa1612e61aa4310c183ae72e442c2b77917d
parentb45ec5b3156d27a18a949e4bf55643107a21abc2 (diff)
Fix mpdel playback next and previous
-rw-r--r--modes/mpdel/evil-collection-mpdel.el4
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