Tagged Questions

NERD tree is a plugin for the vim text editor. It allows users to view and navigate the filesystem while editing.

learn more… | top users | synonyms

52
votes
2answers
9k views

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.
19
votes
3answers
10k views

How do you add NERDTree to your vimrc?

How do you do it?
15
votes
1answer
2k views

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 ...
15
votes
4answers
5k views

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 ...
12
votes
5answers
2k views

Automatically quit vim if NERDTree is last and only buffer

I have the following in my .vimrc: """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Open NERDTree by default """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" autocmd ...
10
votes
4answers
3k views

Switching between tabs in NERDTree

I've just started using the NERDTree vim plugin for my project. I can't find the documentation for switching between opened tabs. Can anyone tell me the shortcut key[s] ? Thanks...
10
votes
4answers
3k views

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 :-)
9
votes
1answer
462 views

How to filter out files by extension in NERDTree?

I would like to *.pyc files not to be shown in NERDTree vim plugin. How to achieve that?
9
votes
1answer
1k views

Changing drive letter in NERDtree

I started using NERDtree plugin on a a windows platform. I can't seem to find a way to change the drive letter. Going up all the way on the directory tree doesn't lead to the drive letter. Any ideas? ...
8
votes
2answers
2k views

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?
8
votes
2answers
2k views

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.
6
votes
1answer
170 views

Vim NERDTree: show only .txt files?

Using NERDTree plugin, I want to view only *.txt files. There is a NERDTreeIgnore variable, but I want something like NERDTreeWhitelistFilter. Is there a way to whitelist what I see?
6
votes
2answers
343 views

Is there a NERDTree or other project plugin for vim that integrates with git to show the status of files?

I played with Aptana Studio for a while before moving over to VIM, and the only thing I really miss about Aptana Studio is the way that in their project view window your file names showed up a ...
6
votes
1answer
862 views

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 ...
5
votes
3answers
2k views

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, ...
4
votes
1answer
751 views

gvim NERDTree windows; files starting with period not shown in tree

I have a file named .hgignore in a project directory. If I browser to that directory using NERDTree the file is not displayed within the tree. When I :echo NERDTreeIgnore it outputs ['\~$'] so it ...
4
votes
3answers
1k views

VIM - NerdTree - Open Bookmarks when VIM is started

I set VIM to open NERDTree whenever VIM is started by doing this: autocmd VimEnter * NERDTree What changes should I make to my vimrc file so that the Bookmarks also open up whenever VIM & ...
4
votes
1answer
986 views

Two basic questions with NERDTree — switching windows and finding files

I am using vim with NERDTree to develop, but not good at it. I have two questions with NERDTree: How to move cursor between nav window and edit window without mouse? How to go to one special file ...
4
votes
2answers
1k views

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:/Users/Username) and extracted the plugin there. I've run :helptags ~.vim\doc and ...
4
votes
3answers
439 views

Vim, NERDtree not recovered in session restore

When I have a NERDtree panel and I save a Vim session (mksession [filename]), then open the session (vim -S filename), the panel is opened and tagged "NERDtree" but is not populated. If I try ...
4
votes
3answers
1k views

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 ...
3
votes
1answer
52 views

how to auto cd into a directory when entering a bookmark in NERDTree

I would like nerdtree to auto cd vim into a directory after clicking on a bookmark, is there any easy way of doing this? Thanks a lot :) Jason
3
votes
1answer
129 views

NerdTree - Reveal file in tree

Is there a shortcut which reveal the current file in the NerdTree directory panel. Like TextMate 'Reveal file in Drawer' - Ctrl+Command+R
3
votes
0answers
90 views

nerdtree textwidth in new windows

I'm using macvim with the janus plugin that includes nerdtree with it. The issue that I am having is that whenever I open a file using 'o' from the nerdtree file browser, for some reason it resets ...
3
votes
1answer
335 views

Running NERDTree upon opening a new tab in Vim

I'm using the vim plugin NERDTree, and I have the following command in my vimrc file so that nerdtree automatically runs when I open vim: au VimEnter * NERDTree However, when I create a new tab, I ...
3
votes
1answer
1k views

vim “modifiable” is off

Trying to create a new file with nerd tree. I hit the a key to create a new file and i get the message: E21: Cannot make changes, 'Modifiable' is off I'm using MacVim and Janus (almost out of the ...
3
votes
3answers
322 views

Commiting directories with VCSCommand plugin when also using NERD Tree

I am using vim 7.3, the NERDTree 4.1 plugin and VCSCommand version 1.99.42. To commit a directory in VCSCommand you need have the directory buffer open (it's the same with all commands on ...
3
votes
2answers
576 views

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. Is it possible to do that?
3
votes
1answer
428 views

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 ...
3
votes
1answer
1k views

NERDTree and buffer handling

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 ...
2
votes
1answer
31 views

Open Nerdtree file in non-adjacent split

Normally I switch over to the Nerdtree file buffer by hitting Ctrl+H twice to move the cursor over to the left edge of the screen. However, this means that when I open files, they are always in the ...
2
votes
2answers
191 views

Vim NERDTree colors

I want to change default blue color of folders How to set it?
2
votes
1answer
56 views

In Vim's NERDTree, is there a way to open a file/dir using the space key or tab key?

Currently the only way to open the file or directory currently underneath your cursor is to type o. Is there a way to also map this to space or tab?
2
votes
1answer
88 views

How to automatically close NERDTree after a file has been opened?

The file is opened with the 'return' key on the current tab or with the 't' key to open it on a new VIM tab.
2
votes
1answer
144 views

vim / NERDtree / folding - can it remember the state of folds?

Is there a way to make NERDtree remember the state of folds when switching from buffer to buffer? Here the my complete .vimrc: set ignorecase set scs let perl_fold=1 hi Folded cterm=bold ...
2
votes
1answer
358 views

How to open or close NERDTree and Tagbar with <leader>\?

I want <leader>\ to open or close NERDTree and Tagbar, under the following conditions: Only close both if NERDTree and Tagbar are both opened Open both if NERDTree and Tagbar are closed OR if ...
2
votes
1answer
269 views

Create a command shortcut for NERDTree in Vim editor

I'd like to create an abbreviation for NERDTree on the command-line. I find it annoying have to write :NERDTree every time I want to enable it. So I'd like to type :nr or something like that. Is that ...
2
votes
1answer
663 views

changing root in NERDTree

I tried to change the NERDTree root with :BookmarkToRoot <bookmark> command and with C letter but when I close vim and open vim the root is not changed. Do you know how to change the root ...
2
votes
1answer
371 views

NERDTree Load Particular Directory Automatically

I'm using gvim in windows.By default nerdtree loads C:\ drive as default.I like to change it to E:\ drive.How to achieve this? Whenever I try to start NERDTree using :NERDTree command, I get this ...
2
votes
1answer
287 views

Close vim NERDtree on close of file

I am trying out vim, installed some plugins, amoungst which NERDTree, followed some guides and set up a .vimrc (half of whose content I don't understand — yet). What annoys me, is that if I :wq, vim ...
2
votes
1answer
138 views

Vim nerdtree not able to open files

I am trying to setup NerdTree on Unix. When I open gvim editor it displays the file explorer bar on the side. However, I am not able to click and open files nor use the vim keys. Not sure what's going ...
2
votes
1answer
455 views

Vim Question: Sparkup doesn't work for files opened from a running Vim session

If I were to open a file with Vim from the command prompt (eg: vim ~/.vimrc), the Sparkup text generation seems to work perfectly fine. For example if I insert: html:xs and then push control + e, ...
2
votes
2answers
134 views

Is it possible to have 2 Nerd Trees in same view in vim

I am using vim 7.3 and the NERDTree 4.1 plugin. I have been trying to get 2 NERDTrees to appear in the same tab but can't find how to do it so I am on the verge of calling it a day. Just wondered if ...
2
votes
5answers
481 views

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 ...
2
votes
4answers
603 views

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 ...
2
votes
3answers
1k views

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: ...
2
votes
1answer
186 views

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!
1
vote
1answer
41 views

nerdtree and mvim, how to get it to open to a split screen

I've been using MacVim and the Janus distribution for a while and have become very used to how it works. Recently, when I execute "mvim ." from a directory in a Terminal window, I get a MacVim window ...
1
vote
1answer
59 views

Nerd tree: enter does not open sub dirs

I installed NERDTree via Pathogen on Mac OSX 10.6.8. When I vim a dir, I cannot enter into sub dirs with enter key. Furthermore, the dirs look like this: ?~V? doc/ What's going on?
1
vote
1answer
35 views

how to locate active file in NERDTree quickly

say, I'm editing a file called application_controller.rb, which in ~/work/foo/app/controller/. Now I want to open NERDTree window, and hope it can automatically expand the folder ...

1 2