vim-nerdtree-tabs
vim-nerdtree-tabs copied to clipboard
NERDTree and tabs together in Vim, painlessly
# Issue: While NERDTree is open, if there is more than one open tab and you close a tab (`:q`) the following error is reported: ``` Error detected while processing...
If i open a file in a tab but keeps focus (shortcut T in NERDTree) the cursor goes back to top. It's annoying because i often open many files like...
Hi all, Is there any method to make nerdtree always automatically show in a each tab even a new tab is open through press t in nerdtree? Thanks
If I enter a cloned NERDTree (not from the original tab), `^G` appears before the selected filename (directories included). Maybe this issue will be helpful for someone making a fork....
Love the plugin -- makes my NERD life that much better =) Whenever I call: $ mvim /path/to/dir Two NERDTree windows are opened: one on the left that is at...
Great plugin! However, when I toggle all tabs (open or close) and I have more than a couple tabs, it's pretty slow. You can see it cycle through all of...
When option nerdtree_tabs_autofind is set to 1 and you open new buffer (for example calling Gstatus from fugitive) all buffers in current tab losses syntax highlight and their behavior, so...
Each time I open a new file with a tabe, my gvim window shrinks a little. When I close plugin, it will work normal. Thanks.
It seems that `g:nerdtree_tabs_autofind=1` only works if NERDTree is opened on vim startup. If we open NERDTree manually by `:NERDTreeTabsToggle`, current file will not be select automatically.
If I use the following `init.vim` ``` call plug#begin('~/.config/nvim/plugged') Plug 'scrooloose/nerdtree' Plug 'jistr/vim-nerdtree-tabs' call plug#end() autocmd vimenter * NERDTreeToggle autocmd VimLeave * :!touch /tmp/vimleave ``` And open a file, focus...