1
0
mirror of https://github.com/Foltik/dotfiles synced 2025-01-07 08:42:47 -05:00

Add neotree evil bindings

This commit is contained in:
Jack Foltz 2018-10-27 10:59:12 -04:00
parent 2b7742b696
commit 15e5847eef
Signed by: foltik
GPG Key ID: 303F88F996E95541

View File

@ -371,6 +371,14 @@ It also needs icon fonts, installed with =M-x all-the-icons-install-fonts=
:after all-the-icons
:commands neotree-toggle
:general
(:keymaps 'neotree-mode-map
:states 'normal
"RET" 'neotree-enter
"TAB" 'neotree-quick-look
"q" 'neotree-hide
"g" 'neotree-refresh
"A" 'neotree-stretch-toggle
"H" 'neotree-hidden-file-toggle)
(foltz-leader-def
:states 'normal
"t" 'neotree-toggle)