parent
44a0589281
commit
5c46a5e680
1 changed files with 6 additions and 1 deletions
|
@ -60,7 +60,12 @@ This must be set before `treemacs' has loaded.")
|
||||||
;; REVIEW Fix #1875 to be consistent with C-w {v,s}, but this should really
|
;; REVIEW Fix #1875 to be consistent with C-w {v,s}, but this should really
|
||||||
;; be considered upstream.
|
;; be considered upstream.
|
||||||
"o v" #'treemacs-visit-node-horizontal-split
|
"o v" #'treemacs-visit-node-horizontal-split
|
||||||
"o s" #'treemacs-visit-node-vertical-split))
|
"o s" #'treemacs-visit-node-vertical-split
|
||||||
|
;; REVIEW Fix #5056: treemacs-evil changed h/l to close/open folds, which is
|
||||||
|
;; substantially less useful than traversing up/down the tree,
|
||||||
|
;; especially when TAB already exists for toggle folds.
|
||||||
|
"h" #'treemacs-root-up
|
||||||
|
"l" #'treemacs-root-down))
|
||||||
|
|
||||||
|
|
||||||
(use-package! treemacs-projectile
|
(use-package! treemacs-projectile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue