Add :T for treemacs state keybinds in map!
This commit is contained in:
parent
739fb58a16
commit
5da0408e4f
1 changed files with 3 additions and 1 deletions
|
@ -52,7 +52,9 @@ This must be set before `treemacs' has loaded.")
|
|||
(use-package! treemacs-evil
|
||||
:when (featurep! :editor evil +everywhere)
|
||||
:defer t
|
||||
:init (after! treemacs (require 'treemacs-evil))
|
||||
:init
|
||||
(after! treemacs (require 'treemacs-evil))
|
||||
(add-to-list 'doom-evil-state-alist '(?T . treemacs))
|
||||
:config
|
||||
(define-key! evil-treemacs-state-map
|
||||
[return] #'treemacs-RET-action
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue