I want <leader>\\ to open or close NERDTree and Tagbar, under the following conditions: Only close both if NERDTree and Tagbar are both opened
Using NERDTree plugin, I want to view only *.txt files. There is a 开发者_Python百科NERDTreeIgnore variable, but I want something like NERDTreeWhitelistFilter.
I\'d like to create an abbreviation for NERDTree on the command-line. I find it annoying have to write :NERDTree eve开发者_如何转开发ry time I want to enable it. So I\'d like to type :nr or something
after months of tweaking my vimrc file and installing plugins, I have this little bug which is very painful:
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 i开发者_如何学Cs not changed.
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?
I am trying to create a new file with NERDTree. I hit the a key to create a new file and I get the message:
i switch to dvorak layout, i remap keys in vim, but some keys in ne开发者_开发问答rd tree plugin still work as for qwerty layout. How can i solve that?The NERDTree plugin is very well documented.A qui
In Windows Explorer I can navigate to \"\\\\servername\\shared_directory\". Is there any wa开发者_如何转开发y I can navigate to the same directory using VIM and NERDTree?
开发者_开发问答I would like to *.pyc files not to be shown in NERDTree vim plugin. How to achieve that?You want the NERDTreeIgnore option. For example, in your .vimrc: