summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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