From e9113cf144c8870fbbf1b42e6006cdbe4acebf13 Mon Sep 17 00:00:00 2001 From: David Florness Date: Fri, 11 Oct 2024 12:52:31 -0400 Subject: [PATCH] separate keys for selecting the treemacs window and opening/closing it --- lisp/treemacs.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/treemacs.el b/lisp/treemacs.el index aa79404..4c472dc 100644 --- a/lisp/treemacs.el +++ b/lisp/treemacs.el @@ -1,5 +1,7 @@ (use-package treemacs - :bind ("M-0" . treemacs) + :bind + ("M-0" . treemacs-select-window) + ("C-M-0" . treemacs) :config (treemacs-project-follow-mode)) -- 2.38.4