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

NERDTree and tabs together in Vim, painlessly

Results 43 vim-nerdtree-tabs issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

Hi. Is there any way of always opening files in tabs instead of splits ? (i.e., open the file in a tab when the user press Return). Some users, in...

I'm using the spf13 vim distribution, which includes vim-nerdtree-tabs. I added `let g:nerdtree_tabs_open_on_console_startup = 1` to my ~/.vimrc.local, and the following errors were shown. Any advice? ![screen shot 2014-10-24 at...

It would be great if you could frameworkize the docked window code so that we could build other plugins that remain docked in a particular location across tabs.

enhancement

The files tree is out of sync among tabs when `nerdtree_tabs_open_on_console_startup=0` (the default option) Reprod: - Open some file in some project dir with `vim FILE` - Toggle the NERDTree...

bug

I'm not sure this plugin is the right place to implement something like this, but it would be great to have some kind of addon plugin that works well with...

enhancement

Currently, if you change the width of the NERDTree in one tab (and I do that regularly), the width in every other tab remains the old value. I find this...

enhancement

It causes problems for me as often it sets automatically on 50% witdth...

It would be preferable to me if bdelete was called on the previous buffer when I press enter to open a file in the current tab. Additionally, if the bdelete...

Hi, I tend to have many tabs open (in gvim that is). With nerdtree-tabs installed, opening of a new tab takes a long time with many tabs open, as the...