What is the difference between MacVim and Vim?

Kevin picture Kevin · Mar 25, 2011 · Viewed 9.8k times · Source

I am trying to get started using VIM on OSX but I am having trouble trying to see which one I should use? I can go to terminal and type vim and the editor comes up, but I have also been reading up online and some people say to use MacVim. I am not sure on what the difference is between the built in vim and MacVim.

Answer

Raimondi picture Raimondi · Mar 25, 2011

The Vim that ships with OS X is outdated and doesn't come with a GUI, if you care about that. MacVim is current and you can use it from the terminal as well, you just have to install the mvim utility that comes with it and make a symlink named vim that points to mvim. See :h mvim in MacVim.