vim-nerdtree-tabs
vim-nerdtree-tabs copied to clipboard
NERDTree and tabs together in Vim, painlessly
Repro: NERDTree someDirectory press t (to open in new tab) Now the NERDTree is gone. Come to think of it, most NERDTree commands cause vim-nerdtree-tabs to become out of sync....
Hate to be "issue happy", maybe it's a NERDtree issue instead. When I am in MacVim and press "t" to open the selected file in a new tab, MacVim shrinks...
In [my repo](https://github.com/daddye/dotfiles) I've had some thing similar to your plugin. There are only two missing things that could be useful: - Cd if we use `vim /my/path/` - Refresh...