Top "Nerdtree" questions

NERD tree is a plugin for the Vim text editor.

NERDTree - how to delete file

How do you delete a file using NERDTree: vim plugin page? I have put this into my .vimrc file: set …

vim nerdtree
How to install nerdtree plugin on linuxmint for vim74

I am relatively new to the linux world and have started recently exploring the options it provides and I am …

vim linux-mint nerdtree pathogen
NERDTree toggling and keyboard mapping

I have this line in my .vimrc: nmap <silent> <Leader>p :NERDTreeToggle<CR> So …

vim nerdtree
Automatically quit vim if NERDTree is last and only buffer

I have the following in my .vimrc: """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Open NERDTree by default """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" autocmd VimEnter * NERDTree autocmd VimEnter * wincmd p So, % vim …

vim nerdtree
Auto-open NERDTree in vim

Does someone know how to force .vimrc to auto-open NERDTree each time vim is invoked? The operation system is *nix.

linux unix vim nerdtree
How to make NERDTree always open on the right side?

NERDTreeToggle always makes it show up on the left side. I'd like to make it show up on the right. …

vim nerdtree
Installing NERDTree on Windows

I'm trying to install NERDTree (the Vim plugin) on Windows 7. I created a .vim directory on my user folder (C:/…

windows vim nerdtree vim-plugin
Change root in NERDTree

I tried to change the NERDTree root with :BookmarkToRoot <bookmark> command and with C letter but when I …

vim nerdtree
Unknown function: pathogen#infect

I just installed MacVim (and did an override of Vim). And I am trying to get Pathogen to work. When …

vim nerdtree pathogen
Map F2 to NEERDTreeToggle

I want just to open and close NERDTree, pushing the F2 button. I've mapped it in this way : map <…

vim nerdtree