From 0f847a9e739e30dd892311f558c36cff685d3f0d Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 25 Feb 2019 18:20:18 +0100 Subject: [PATCH] EXWM/Eshell: Bind S-s-RET to helm-eshell-switch-other-window --- .emacs.d/lisp/init-exwm.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/lisp/init-exwm.el b/.emacs.d/lisp/init-exwm.el index e5f790f5..c32222f3 100644 --- a/.emacs.d/lisp/init-exwm.el +++ b/.emacs.d/lisp/init-exwm.el @@ -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-") #'helm-eshell-switch) +(exwm-input-set-key (kbd "S-s-") #'helm-eshell-switch-other-window) (with-eval-after-load 'slime (exwm-input-set-key (kbd "s-") #'ambrevar/slime-switch-to-repl)) (when (fboundp 'magit-status)