Adding keybinding to jump to currently open file in neotree

This commit is contained in:
Arjun Urs 2017-02-07 13:46:58 -08:00 committed by bmag
parent 6f463c4d0e
commit b8c9100d3a

View file

@ -244,6 +244,7 @@ Navigation^^^^ Actions^^ Visual actions/config^^^
(spacemacs/set-leader-keys
"ft" 'neotree-toggle
"fT" 'neotree-show
"pt" 'neotree-find-project-root))
:config
(spacemacs//neotree-key-bindings)))