ui/treemacs: make o {v,s} consistent w/ C-w {v,s} #1875
This commit is contained in:
parent
0fe576d104
commit
44eb11c028
1 changed files with 5 additions and 1 deletions
|
@ -28,12 +28,16 @@
|
|||
(define-key! evil-treemacs-state-map
|
||||
[return] #'treemacs-RET-action
|
||||
[tab] #'treemacs-TAB-action
|
||||
"TAB" #'treemacs-TAB-action))
|
||||
"TAB" #'treemacs-TAB-action
|
||||
;; To be consistent with C-w {v,s}:
|
||||
"o v" #'treemacs-visit-node-horizontal-split
|
||||
"o s" #'treemacs-visit-node-vertical-split))
|
||||
|
||||
|
||||
(use-package! treemacs-projectile
|
||||
:after treemacs)
|
||||
|
||||
|
||||
(use-package! treemacs-magit
|
||||
:when (featurep! :tools magit)
|
||||
:after treemacs magit)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue