summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVonfry <mail@vonfry.name>2022-05-26 21:35:32 +0800
committerYoumu <condy0919@gmail.com>2022-05-28 01:39:46 +0800
commit45b0761b226442a671c0471c02604f5459fceab5 (patch)
tree53e70f773e1cd017a5b71b41387b779b24589635
parent4336587f8ebae67e99f9d9c59daa8bf1cf1c51e4 (diff)
[mpdel] Modify song seek keybindings from three to two keys
-rw-r--r--modes/mpdel/evil-collection-mpdel.el12
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