separate keys for selecting the treemacs window and opening/closing it
1 files changed, 3 insertions(+), 1 deletions(-) M lisp/treemacs.el
M lisp/treemacs.el => lisp/treemacs.el +3 -1
@@ 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))