vim-plugin
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 开发者_如何学JAVAnav window and edit window without mouse?[详细]
2023-01-30 09:54 分类:问答How can I make VIM play typewriter sound when I write a letter?
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.[详细]
2023-01-30 06:45 分类:问答How to write a VIM color scheme?
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[详细]
2023-01-29 21:34 分类:问答Adding new filetype to NERD Commenter
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[详细]
2023-01-29 15:53 分类:问答Installing NERDTree on Windows
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\[详细]
2023-01-29 12:21 分类:问答Having a hard time getting started with Vim-R-plugin
I am trying to install the R-project (f开发者_运维知识库or statistics) plugin for VIM, on my PC (using ubuntu).[详细]
2023-01-29 11:35 分类:问答How to delete current buffer and reopen the next buffer in current window?
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[详细]
2023-01-27 08:52 分类:问答Pathogen does not load plugins
Pathogen does not work for me. I am following Adam Lowe\'s hints posted here (and few more) without any success...[详细]
2023-01-10 06:20 分类:问答Refactoring C/C++ in Vim (e.g. method extraction like in Eclipse)
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?[详细]
2022-12-24 11:12 分类:问答How to get list of files which are currently being diffed in vim
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[详细]
2022-12-24 09:07 分类:问答