add simple h/j/k/l keybindings navigate to neotree

This commit is contained in:
Bryan Gilbert
2017-05-06 12:12:04 -04:00
parent eba9c382eb
commit 2b45b619ab
2 changed files with 42 additions and 0 deletions

View File

@@ -403,6 +403,10 @@ algorithm is just confusing, like in python or ruby."
:Lm "K" 'neotree-select-previous-sibling-node
:Lm "H" 'neotree-select-up-node
:Lm "L" 'neotree-select-down-node
:Lm "h" '+evil/neotree-collapse-or-up
:Lm "j" 'neotree-next-line
:Lm "k" 'neotree-previous-line
:Lm "l" '+evil/neotree-expand-or-open
:Lm "v" 'neotree-enter-vertical-split
:Lm "s" 'neotree-enter-horizontal-split
:Lm "c" 'neotree-create-node