Geiser/EXWM: Bind s-<backspace> to switcher

master
Pierre Neidhardt 2019-03-17 08:38:17 +01:00
parent d7e7572bbf
commit 691ca5c8bf
1 changed files with 3 additions and 0 deletions

View File

@ -88,6 +88,9 @@
(exwm-input-set-key (kbd "S-s-<return>") #'helm-eshell-switch-other-window))
(with-eval-after-load 'slime
(exwm-input-set-key (kbd "s-<backspace>") #'ambrevar/slime-switch-to-repl))
(with-eval-after-load 'geiser-impl
(exwm-input-set-key (kbd "s-<backspace>") #'helm-geiser-repl-switch)
(exwm-input-set-key (kbd "S-s-<backspace>") #'helm-geiser-repl-switch-other-window))
(when (fboundp 'magit-status)
(exwm-input-set-key (kbd "s-v") #'magit-status))
(when (fboundp 'emms-all)