Skip to content

Commit

Permalink
remove wrong bindings and add some useful ones in mpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonfry authored and condy0919 committed Jan 24, 2025
1 parent 8fb2f03 commit 7ab9179
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion modes/mpc/evil-collection-mpc.el
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
(kbd "C-j") 'evil-collection-mpc-move-down
(kbd "C-k") 'evil-collection-mpc-move-up
"t" 'mpc-toggle-play
"T" 'mpc-stop
"r" 'mpc-toggle-repeat
"s" 'mpc-toggle-shuffle
"c" 'mpc-toggle-consume
Expand All @@ -58,16 +59,21 @@
"J" 'mpc-next
"K" 'mpc-prev
"x" 'mpc-play-at-point
"X" 'mpc-play
(kbd "RET") 'mpc-select
(kbd "S-<return>") 'mpc-select-toggle
(kbd "C-<return>") 'mpc-select-extend
"go" 'mpc-goto-playing-song
"gd" 'mpc-describe-song
"p" 'mpc-pause
"P" 'mpc-resume
"gs" 'mpc-seek-current
"gb" 'mpc-tagbrowser
"g/" 'mpc-songs-search
"g_" 'mpc-songs-kill-search
"gd" 'mpc-songs-jump-to
"gR" 'mpc-update
"gr" 'mpc-current-refresh
"D" 'mpc-playlist-delete
"q" 'mpc-quit))

(provide 'evil-collection-mpc)
Expand Down

0 comments on commit 7ab9179

Please sign in to comment.