Emms: Bind "C-j" / "C-k" in browser and reverse "gj" / "gk"

This commit is contained in:
Pierre Neidhardt 2018-04-08 18:02:36 +05:30
parent 935e895cdf
commit f1f68cb5b2
1 changed files with 4 additions and 2 deletions

View File

@ -95,8 +95,10 @@ The return value is the yanked text."
;; motion
"[" 'emms-browser-prev-non-track
"]" 'emms-browser-next-non-track
"gj" 'emms-browser-prev-non-track
"gk" 'emms-browser-next-non-track
(kbd "C-k") 'emms-browser-prev-non-track
(kbd "C-j") 'emms-browser-next-non-track
"gk" 'emms-browser-prev-non-track
"gj" 'emms-browser-next-non-track
(kbd "<tab>") 'emms-browser-toggle-subitems
(kbd "<backtab>") 'emms-browser-toggle-subitems