vim-nerdtree-tabs icon indicating copy to clipboard operation
vim-nerdtree-tabs copied to clipboard

Synchronize nerdtree with selected tab

Open rtorralba opened this issue 10 years ago • 1 comments

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.

rtorralba avatar Jan 14 '15 16:01 rtorralba

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.

matjon avatar Jan 20 '15 13:01 matjon