From 9e85e600b61299517955fc87853949cd6a3e9a5e Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Wed, 9 Feb 2022 22:03:05 +0530 Subject: [PATCH] Update treemacs keys --- init.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index f825f7e..2f4d77a 100644 --- a/init.org +++ b/init.org @@ -4683,7 +4683,9 @@ Create advice for =lispy-pair= - if =lispy--in-string-or-comment-p= is true, sel (use-package treemacs :disabled t :bind (:map treemacs-mode-map - ([mouse-1] . #'treemacs-single-click-expand-action)) + ([mouse-1] . #'treemacs-TAB-action) + ("c" . #'treemacs-previous-line) + ("r" . #'treemacs-next-line)) :config (treemacs-tag-follow-mode) (treemacs-toggle-fixed-width)