I am using vim with NERDTree to develop, but not good at it.I have two questions with NERDTree: How to move cursor between 开发者_如何学JAVAnav window and edit window without mouse?
After a lot of writing in Q10 on Windows, I got used to the typewriter sound it makes every time you press a key. At least for me it feels great to have this sort of sound feedback.
I have been looking around for VIM color schemes and found some great ones out there (esp. by using http://code.google.com/p/vimcolorschemetest/), but I always want to change a few aspects of each one
I\'m using NERD Commenter. I want to add a new filetype to it. In the latest version, the filetypes definitions start in line 69. I want to add delimiters for .pde (Arduino). Since .pde files follow t
I\'m trying to install NERDTree (the Vim plu开发者_如何学Cgin) 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\
I am trying to install the R-project (f开发者_运维知识库or statistics) plugin for VIM, on my PC (using ubuntu).
I would like to know is there any shortcuts or commands to switch buffer (delete current开发者_运维百科 and reopen next buffer) in current window because sometimes I feel I opened too many buffers? An
Pathogen does not work for me. I am following Adam Lowe\'s hints posted here (and few more) without any success...
Are there any plugins or built-in methods in Vim for performing refactoring on C or开发者_StackOverflow C++ code, something like the refactoring tools in Eclipse?
I am writing a vim plugin in which i need to determine all those files which are currently being diffed. That is the ones for which diff is set. I have been going through the manual but could not find