Top "Macvim" questions

MacVim is a version of the Vim text editor for Mac OS X.

Vim default leader key on a MacBook

I use Vim on a MacBook Pro and in order to input \, I have to type in Maj + Alt + /. Vim's …

macos vim macvim
Vim - Visual Block : Delete rather than insert

I often use visual block then inserting on multiple lines when for example commenting out a lot of code. This …

vim vi macvim
syntastic not functioning: no errors

I've installed Pathogen, git clone'd the syntastic repo, and tried :Helptags in mvim. However, whenever I type :Helptags, I don't …

vim macvim syntastic
How to install plugins in vim using vundle?

I am using Vundle to install YouCompleteMe (YCM). However, I am unable to install it (the installation guide just says …

vim plugins macvim youcompleteme
Mac Vim: How can I change the default text color to be green? Default font? Macvim manual?

I have installed MacVim but I cannot figure out how to do some formatting things. The screen shot below shows: …

macos vim macvim
How to change default indent in macvim?

I am learning to configure the macvim. Now my tab indent is 4 character, I want to change it to 2. What …

macvim
MacVim: how do I set a left gutter (margin) for my buffers?

In MacVim the text that I'm editing in all buffers is jammed up hard against the left hand side of …

vim macvim
Speed up VIM cursor moving through j/k

On my friend new Mac, he scrolls from line #1 to line #100 using k in around 4 seconds. On my Mac, it …

vim macvim
List of fonts available in gvim

I know I can set fonts for gvim using something like set guifont=Menlo\ Regular:h14. I have the following …

vim macvim
Folding (expanding and colapsing) xml tags in vim (xml parsing)

I know that % in vim will jump from one tag to another, I also know how to use visual mode …

vim xml-parsing macvim