nerdtree

How do you add NERDTree to your vimrc?

How do you do it? ...

vim and NERD Tree extension - adding a file

Is there an easy way to add a file in nerd tree? Currently I go into my shell, add the file and then refresh the tree. ...

How to jump back to NERDTree from file in tab?

When I've just opened some project in NERDTree and then want to modify any file I do the following: Choose needed file Open it in tab(t character, by default) But how I can jump back to NERDTRee to open one more file it tab? I've read NERDTree help file but still don't know how to do it? Temporary solution I use now in my .vimrc fi...

Auto-open NERDTree in vim

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

VIM and NERD Tree - closing a buffer properly

Does anyone know how to close a buffer in VIM when using NERDTree without messing up all your windows? NERD Tree normally breaks up your display into two vertical windows (the browser on your left, and then your main window on the right). If you close a buffer, then you are reduced to one giant file browsing window. If you select anot...

Auto-open NERDTree in "EVERY" tab

Is it possible to open NERDTree in every tab with pressing 't' or 'T' in NERDTree, if yes How? Thnks in Advance :-) ...

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 file.txt opens NERDTree and focuses the cursor in the file.txt buffer. I m...

NERDTree and buffer handling

Hi, I've setup an "IDE" based on VIM and NERDTree for programming using FreePascal. Overall, it's working great, but I can't find how to tell NERDTree to change it's default behavior regarding VIM buffers. Currently, every time I open a file in NERDTree, it creates a new buffer. If the file is already open in another buffer, it could be...

In the VIM scripting language, is there a builtin for jump to NERDTree window?

I know there's NERDTree and NERDTreeToggle, however the function I want is: if there is not a NERDTree window, pop one up if there already is one, switch to the NERDTree window Thanks! ...

Renaming or copying files and folder using NERDTree on Vim. Is it possible?

I checked the documentation and I couldn't find a way o renaming or copying files and folder using NERDTree. Is it possible? ...

How to create a directory using nerdtree

I have been using NERDTree for a while. Every time I need to create a new directory I need to go to terminal. Is there a quick and easy way to create a directory using NERDTree. I read the doc but could not find anything. ...

How to copy (or duplicate) an entire folder in Vim using NERDTree?

I know how to create a folder in NERDTree: m + a then newfolder/ ...

NERDTree vim plugin, trying to add file without success

To my understanding, you can add files directly from MacVim with the NERDTree plugin. I navigate to NERDtree and hit 'm' to bring up the NERDTree filesystem menu as described in this post: http://stackoverflow.com/questions/1459750/vim-and-nerd-tree-extension-adding-a-file The problem is, I get this output after invoking 'm': NERDTree ...

NERDTree does not open in the directory from which macvim was opened

I upgraded my macvim to 7.3 recently and I can no longer open nerdtree or netw in the directory in which macvim was opened, it always opens in my home directory. For example, If I open macvim in /users/me/test/project dir, I want the NERDTree root to be /Users/me/test/project and not /Users/me. Any ideas? ...

Open file from NERDtree in specific window (or last active)

In VIM I've got 4 windows opened and a NERD tree like this: So, whenever I try to open the file from NERD, it's opened in first buffer (topleft pos). Sometimes in other buffers. Is there a way to open a file in bottom right position ? Mb there are workarounds ? Maybe I can force NERDtree to open file in last active window ? At the momen...

How to start VIM with NERD tree opened automatically?

Possible Duplicate: Auto-open NERDTree in EVERY tab Is there a way to automatically execute the :NERDTree command when VIM is launched for the first time or configure NERDTree to always open on startup? PLEASE CLOSE. Just noticed that this question was answered before: http://stackoverflow.com/questions/1979520/auto-open-nerd...

Automatically expand Java directory structures in NERDTree

Java by convention is pretty keen on directories. Because of this, all the code in my current Grails project is nested 5 directories deep, e.g.... ~controllers ~com ~companyname ~teamname ~productname |-[code actually here] There's a similar folder structure under every core Gra...

How can I make NERDTree to open on the same drive that the file that I'm editing?

NERDTree shows in viewport disk c: regardless from which disk do I open the file. When I use gvim in windows I open files using: gvim.exe --remote-tab-silent [FILE] I'm loading NERDTree with this line in _vimrc: au VimEnter * NERDTree Can NERDTree automaticaly change drive to correct drive somehow? ...

NERDTree: node not created!

Using vim; I'm trying to add a file (a .py file) into a directory via NERDTree. I just had to browse to the directory I want to put my file in and hit "m" and then "a" to name my file into the directory. Problem is that NERDTree keeps telling me this: "NERDTree: Node Not Created." which means that the file was not created. Why is that? ...

Disable Scrollbar in NERDtree with MacVim

I have been able to fully disable scrollbars in MacVim. However, when I startup NERDtree, NERDtree brings up a scrollbar of it's on the left. How can I disable NERDtree's scrollbar? Thank you in advance. I appreciate the help. ...