EXWM: Bind "s-A" to helm-emms

master
Pierre Neidhardt 2017-10-29 12:45:39 +01:00
parent 79fa86543f
commit d2615a34b5
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@
"s-\\" 'helm-toggle-resplit-and-swap-windows)
(exwm-input-set-key (kbd "s-c") #'helm-resume)
(exwm-input-set-key (kbd "s-b") #'helm-mini)
(with-eval-after-load 'emms
(exwm-input-set-key (kbd "s-A") #'helm-emms))
(exwm-input-set-key (kbd "s-f") #'helm-find-files)
(exwm-input-set-key (kbd "s-g") #'helm-grep-git-or-ag)
(exwm-input-set-key (kbd "s-G") #'helm-grep-git-all-or-ag))