0
votes
1answer
37 views

How can I use nerdtree over SSH?

I work alot over SSH using vim, when I use Nerdtree on my local machine , it looks as expected: However when I use vim over SSH, it looks like this (e.g. not working ... really...) Any ideas how ...
0
votes
0answers
20 views

how to solve nerdtree.vim directory node garbled

i use nerdtree.vim for vim, but the directory node three truns garbled. how to config the vim to solve this problem? screen shot:
0
votes
1answer
46 views

Varying font size in gvim windows

Can I make the font size in my NERDTree window smaller than in all other windows of gvim? Generally I need large font size of 15 but I'd like the folder tree window of NERDTree to be 12 - is this ...
1
vote
1answer
65 views

Vim and NERDTree - remap Enter functionality

I'm trying to remap my Alt+x combo into the NERDTree Enter functionality. Let me explain: when I navigate files/folders inside NERDTree, I can open files/expand folders with Enter. I want to do this ...
0
votes
3answers
38 views

How to make a vim map that will make a command using the current selected file on NerdTREE?

Take the example below: How to create a mapping that will perform rm contas.ls?
0
votes
3answers
53 views

Copy path file with NERDtree Vim plugin

Is there some way to copy the path of a file in the Vim's NERDtree plugin? Better: is there some plugin to make the same operations the SideBarEnhancements plugin of Sublime Text does?
0
votes
1answer
26 views

Unknown function: NERDTreeAddKeyMap

I'm trying to add a keymap to my NERDTree configuration which executes the current FileNode and displays the output. I put this script file in my ~/.vim/plugin directory. The keymap actually works ...
0
votes
2answers
70 views

Showing NERDTree bookmark relative to project/directory

NERDTree keeps list of all bookmark in $HOME/.NERDTreeBookmarks file .When I hit B it show all entries from that file.So I tried having a local copy of this file with project specific bookmark but ...
-1
votes
1answer
115 views

settingup nerdTree in Vim

I'm trying to install nerdTree for my vim editor. So far I was able to download the source from the github in to .vim/bundle. However in the following video , they install the nerdTree via the rake ...
0
votes
1answer
80 views

Vim syntax highlighting after nerd tree Plugin installation

I have Pig plugin for Vim which is working fine till now. But suddenly syntax highlighting went off after I am trying to load second pig script file. It works fine only if I load a single Pig file. ...
1
vote
2answers
56 views

Issue running vim as a root [closed]

If this question is not considered to have this place in this forum, tell me I will remove it instantly ! I have installed on my ubuntu a vim plugin (called NERDTree). It works well when I open a ...
0
votes
2answers
73 views

Is it possible to configure behaviour of NERDTreeToggle to use NERDTreeFind when opening?

Is it possible to configure NERDTree so that :NERDTreeToggle acts like :NERDTreeFind if a buffer is not open (instead of the default :NERDTree) ? Failing that, would it be possible to create a ...
0
votes
1answer
32 views

NERDTree and selecting what window Vim focusses on depending whether a file is passed

I currently have the following in my .vimrc. au VimEnter * NERDTree au BufWinEnter * NERDTreeMirror This I believe launches NERDTree when I open Vim, as well as when I open a new tab using a ...
0
votes
1answer
70 views

NERDTree: what does a starred/bold file indicate?

In NERDTree, what does it mean when a file starred/bold? It seems to happen a lot for me for minified JavaScript files and sometimes for executable shell scripts.
1
vote
2answers
40 views

vim NERDTree buffer - Trying char~by-char conversion

In a previous post here - vim buffer Trying char-by-char conversion - I was running into a problem when opening up certain files and vim wasn't able to detect the encodings in that file and this was ...
1
vote
1answer
158 views

vim NERDTree disable caching

How to disable directory caching. I need sometimes to edit files through sshfs and while going through directories I see: NERDTree: Please wait, caching a large dir ...
1
vote
2answers
70 views

Remap ? in NERDTree

Since ? is usually used to search strings upwards I'd love to be able to use this also in NERDTree. Using ? in NERDTree always brings me to help, but I just want to search upwards and don't want to ...
0
votes
2answers
80 views

Can Nerdtree handle symbolic link when sync path?

I am using ctags to generate tags and put set tags+=~/.vim/tags/cpp(just followed this wiki page) in .vimrc.In my vimrc file there is also the setting like below so I can auto sync the nerdtree viewer ...
0
votes
1answer
97 views

Copy path from nerd tree on click

How is it possible to do this? I would like the path to paste it in command mode with CTRL-R.
1
vote
1answer
66 views

Vim - How to position cursor automatically on first file or the file I am coming from in a (secondary) NerdTreeBuffer?

I haven't managed to figure out how to position the cursor on fourth/fifth line corresponding to the first file entry in a NerdTree buffer openend via :ex . (NERDTreeHijackNetrw=1). Following line in ...
-1
votes
1answer
73 views

VIM: Changing open command for NERDTree [duplicate]

Possible Duplicate: Is there any way to reduce the command in VIM? In vim to open your NERDTree menu you type :NERDTree, but that actually really annoys me, because it's long and mixed ...
2
votes
2answers
169 views

Prevent NERD Tree from opening buffer on start

I'm using Janus for Vim customizations. One thing that bothers me is that it opens NERD Tree in a separate buffer on start. I don't want to disable NERD Tree completely. Just want to not get it ...
6
votes
2answers
65 views

Is there a way to have window navigation wrap around in VIM

I would like it so that typing Ctrl-Wk from the right most window would focus the left most window in VIM. Obviously it would be handy for this to work in all directions. My main motivation is for ...
3
votes
2answers
107 views

Prevent fuzzyfinder loading files in NERDTree window

I'm using both fuzzyfinder and NERDTree for vim. When my cursor is in the Window that NERDTree resides in and I use fuzzyfinder, it will open a file in the NERDTree window. Is there a way to prevent ...
1
vote
1answer
105 views

Vim - NERDTree - how to open a hidden folder (.name) in NERDTree plugin?

I have a hidden folder which name starts with . (dot) I am editing files withing the parent folder but want to be able to access files within the hidden one as well from within NERDTree plugin under ...
0
votes
0answers
120 views

vim NERDTree and xml/html tag autocomplete plugin

I just installed two great plugins for vim: NERDTree.vim and xml.vim. Xml.vim is just a basic xml/html tag autocomplete utility that's light-weight and does exactly what I need it to. But when ...
2
votes
1answer
143 views

Nerdtree not recognized as command in VIM (ubuntu)

I have installed pathogen.vim from github into the .vim/autoload directory and have edited my .vimrc to include the following lines pathogen#infect() pathogen#helptags() autocmd vimenter * NERDtree ...
2
votes
1answer
199 views

How can I do quick searching in NERDTree?

Is it possible to do searching in NERDTree window by the filenames and file content?
2
votes
0answers
108 views

Is it possible to just view files content when traverse NERDTree?

I can traverse NERDTree, but to see file content I press go, and once opened file's buffer stays open until I explicitely close it. That makes viewing files too uncomfortable. when I traverse ...
3
votes
2answers
113 views

Stop NERDTree opening when vim starts

I have NERDTree plugin installed but it is always present when I start vim like this: vim . I only want it to open on demand. How can I stop it opening whenever I start vim?
0
votes
1answer
57 views

How to prevent NERDTree from opening the same file in different tabs?

When I open a file in a tab with NERDTree by pressing t, is there anyway for NERDTree to not open the file if the file is already in a tab? Instead, I would like NERDTree to switch to that tab.
2
votes
2answers
116 views

How do I reset the splits in Vim?

I'm using MiniBufExplorer and NERD tree to develop in Vim. I usually have the following screens: MMMMMMMMMMMM NNSSSSSSSSSS NNSSSSSSSSSS NNSSSSSSSSSS NNSSSSSSSSSS NNSSSSSSSSSS where N is NERD tree, ...
2
votes
2answers
125 views

vim nerdtree files show up with * appended [duplicate]

Possible Duplicate: gVim displays every file with an asterisk on the right (and bold)? I'm using vim with nerdtree plugin for my rails projects and some of the files show up with a * ...
0
votes
2answers
289 views

How to quickly navigate file in NERDTree

say, Im editing a file which is in a subdirectory of a root dir. Now I want to quickly jump to another file which is anywhere in the root by typing its partial name (that function like when pressing ...
1
vote
1answer
51 views

Vim behaves differently depending on backup and swapfile

Right now I have backup and swapfile turned off in my vimrc, like this set nobackup set noswapfile and everything works fine. But if I decide to turn backup and swapfile on set backup ...
1
vote
2answers
148 views

After I close NerdTree window, MiniBufExplorer being activated, not a previously active window(before toggling NerdTree)

I'm using NERDTreeToggle function to open NERDTree window, when I'm closing it(with the same function), miniBufExplorer activates, but not the window which I'm been edited before opened NERDTree. How ...
0
votes
1answer
182 views

How to fix the error of NERDTree when I press m to show the menu

When I press "m" to show the menu of NERDTree, an error occured and show as below NERDTree Menu. Use j/k/enter and the shortcuts indicated ========================================================== ...
1
vote
1answer
105 views

How to set certain option for a vim plugin window?

I use NerdTree Plugin and have set cursorcolumn in my vimrc file, but I don't want a column highlight in the NerdTreePlugin window, How can I do that? Also, I do not want signs column show in the ...
2
votes
1answer
127 views

How to prevent NERDTree buffer deletion? (or reload it)

If I :bdat the NERDTree window, I cannot load it back by closing the NERDTree window and opening it back: it still comes empty. How to solve this? Ideally I'd like to attribute no action to :bd in ...
0
votes
1answer
46 views

how to jump to the next open directory in vim nerdtree plugin

For example, my file tree looks like this: +/root/ -/close/ +/open/ aa.html bb.xml If the cursor is in root line, how to jump to open directory as quickly as ...
1
vote
1answer
223 views

Automatically quit Vim if NERDTree and TagList are the last and only buffers

Basically, my .vimrc starts TagList and NERDTree when Vim is launched, as splits on the left and on the right of the normal file buffer. I want to close Vim when, closing the last buffer/tab, TagList ...
1
vote
1answer
138 views

.rvmrc not working with vim NERDTree 'cd'

I installed rvm and a couple of rubies since i'm working with projects based on different ones. Then created .rvmrc files in project directories and they work perfectly when i 'cd' to projects' ...
4
votes
1answer
325 views

When i toggle minibufexplorer, how to stop resizing window when nerdtree is open

my .vimrc setting: nmap <silent><F1> :NERDTreeToggle<CR> nmap <silent><F2> :TMiniBufExplorer<CR> let g:miniBufExplMapWindowNavVim = 1 let g:NERDTreeWinPos = ...
1
vote
2answers
333 views

VIM NERDTree shortcuts to open standard Rails folders

I have just made the switch from Textmate to MacVim and so far I am loving it! My workflow is just becoming a breeze… and I'm kinda hooked on that. As front-end developer working on Rails projects I ...
10
votes
2answers
241 views

Nerdtree - save state of opened directories

A typical workflow for me is opening Vim (MacVim to be precise), doing: :NERDTree <bookmark> then manually opening various subdirectories I want to use. Often it's the same set of directories ...
3
votes
1answer
210 views

How-to customize NERDTree behavior

I recently added NERDTree and NERDTreeTabs to my vim configuration and I'm quite happy about it. However, I wanted to configure it a bit further and have the following behavior: Ctrl+Left: If ...
5
votes
1answer
266 views

How to change tabs order in vim?

Is there a way to change tabs order in Vim? For example at start I following tabs order: A | B | C | D But I would like to switch to something like: A | C | B | D How to do that?
0
votes
1answer
156 views

NerdTree copy command in Windows 7

I don't see the menu option for Copy command. Here is the menu that I see on my Windows 7 machine: NERDTree Menu. Use j/k/enter and the shortcuts indicated ...
2
votes
2answers
123 views

Make NERDTree open a file where the cursor was last

One thing I find really annoying with NERDTree is that when I am opening a file that I just looked at five minutes ago, the file is opened at the very beginning as opposed to where the cursor was ...
4
votes
1answer
436 views

Renaming a file in NERDTREE

Is it possible to rename a file in NERDTree? I know about the m menu but there is no rename option.

1 2 3 4