vim-nerdtree-tabs
vim-nerdtree-tabs copied to clipboard
Synchronize nerdtree with selected tab
How can i do that when i change the tab the nerdtree will select his file like eclipse project explorer file synchronization?
I tried with "autocmd TabEnter * :NERDTreeTabsFind" but doen't works.
Thanks in advance.
There is some solution:
http://choorucode.com/2014/05/05/how-to-highlight-current-file-in-nerdtree/ https://gist.github.com/ashwin/3c6a40b2d1245f1c5b96
although it has created some problems for me (don't remember them) and I disabled it.