What\'s the easiest way to delete the first 2 spaces for each line using VIM? Basically it\'s repeating \"2x\" for each line.
I am trying to figure out when VIM\'s foldexpr is reevaluated. 开发者_如何转开发 In my case, I have set foldexpr=MySpecialFunction(v:lnum) and it seems to me that MySpecialFunction is only called whe
I know how to resize a window (CTRL_W +). But when I want to repeat the same command, . is useless. Typing CTRL_W + repeatedly is boring. Is there anything else I can do?
Vim is pretty powerful when editing by line - the search/replace tools a开发者_运维问答re modeled to work linewise.
While enjoying the flexi开发者_如何学Cbility of Vim Exuberant Tags def navigation in Rails applications, I thought why not go deeper, and have the Rails core source as a low-level reference.
I\'m using gvim as my main \'IDE\' on windows 7 and I开发者_StackOverflow中文版 would like to use ctags to navigate through the code. I\'ve downloaded it and ran based on this tutorial: http://www.tec
I have a question about Vim. I\'m on a Mac OS X Snow Leopard and compiled vim to start using the editor. Occas开发者_如何学Goionally I type in other languages.
I found some recommendations about Vim + Erlang: Vim settings for Erlang and tried to configure it. I have the following problems:
I recently found this little piece of code for my .vimrc if has(\"autocmd\") \" Highlight TODO, FIXME, NOTE, etc.
Closed. This question is off-topic. It is not currently accepting answers.开发者_如何学运维 Want to improve this question? Update the question so it's on-topic for Stack Overflow.