Update treemacs keys

This commit is contained in:
contrapunctus 2022-02-09 22:03:05 +05:30
parent 261184be43
commit 9e85e600b6
1 changed files with 3 additions and 1 deletions

View File

@ -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)