From f5daf009ec88c310bfac50cde2ce554dda72914e Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 7 Jun 2025 15:59:23 +0100 Subject: emacs: Jump to Eshell buffer from anywhere --- emacs/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'emacs/init.el') diff --git a/emacs/init.el b/emacs/init.el index e07cb65..bc0abf8 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -237,7 +237,9 @@ :map eshell-mode-map ("s-l" . my/eshell-clear) ("s-s" . consult-history)) - :custom ((eshell-cmpl-ignore-case t) + :custom ((display-comint-buffer-action '(display-buffer-use-some-frame + (category . comint))) + (eshell-cmpl-ignore-case t) (eshell-aliases-file (expand-file-name "alias" user-emacs-directory)) (eshell-directory-name (my/cache-file-name "eshell")) (eshell-hist-ignoredups t) -- cgit v1.2.3-70-g09d2