Skip to content

Commit

Permalink
Update mpdired keybinding to the new funtions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonfry committed Jun 2, 2024
1 parent b34369c commit f903504
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions modes/mpdired/evil-collection-mpdired.el
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,15 @@
"k" 'mpdired-previous-line
(kbd "RET") 'mpdired-enter
"^" 'mpdired-goto-parent
"." 'mpdired-goto-current-song
"o" 'mpdired-toggle-view
"g r" 'mpdired-update
"g R" 'mpdired-db-update
"J" 'mpdired-next-internal
"K" 'mpdired-previous-internal
"a" 'mpdired-add
"d" 'mpdired-flag-at-point
"x" 'mpdired-flagged-delete
"x" 'mpdired-execute
"D" 'mpdired-delete
"p" 'mpdired-pause-internal
(kbd "SPC") 'mpdired-pause-internal
Expand All @@ -76,7 +77,9 @@
"t" 'mpdired-toggle-marks
"T" 'mpdired-previous-unmark
"%d" 'mpdired-flag-files-regexp
"%m" 'mpdired-mark-files-regexp))
"%m" 'mpdired-mark-files-regexp
"%i" 'mpdired-put-order-at-point
"%r" 'mpdired-put-order-at-point))

(provide 'evil-collection-mpdired)
;;; evil-collection-mpdired.el ends here

0 comments on commit f903504

Please sign in to comment.