I’m using macvim and I love it. I also happen to really like the default font. My question is: How do I change the font size in my .gvimrc?...
How can I jump to the next character X in vim? I frequently use, e.g., dt: or ct: to delete/change everything up until a colon (or some other character)....
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. We don’t allow questions about general computing hardware and software on Stack Overflow. You...
I have MacVim installed and I am trying to set it up as the editor for Git (version control), but I can’t run ‘mvim’ from the command line as...
I’m having trouble with autocompletion. How can I get a code suggestion while I’m typing? I usually develop in PHP, Ruby, HTML, C and CSS. 11 Answers 11
Is there a way to profile Vim plugins? My MacVim becomes slower and slower when I open a large .py. I know I could deselect all plugins and reselect...
I see <leader> in many .vimrc files, and I am wondering what does it mean? What is it used for? Just a general overview of the purpose and usage...