EXWM/Eshell: Bind S-s-RET to helm-eshell-switch-other-window

master
Pierre Neidhardt 2019-02-25 18:20:18 +01:00
parent 00e88429ae
commit 0f847a9e73
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@
(exwm-input-set-key (kbd "s-t") #'ambrevar/org-switch-agenda-file)
(exwm-input-set-key (kbd "s-T") #'ambrevar/org-switch-agenda-file-other-window)
(exwm-input-set-key (kbd "s-<return>") #'helm-eshell-switch)
(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))
(when (fboundp 'magit-status)