What is the difference between MacVim and Vim?

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.

Up vote 4 down vote favorite share g+ share fb share tw.

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. Vim vi macvim link|improve this question asked Mar 25 '11 at 8:51Kevin233.

For most purposes vim at the command-line is the same as what is in MacVim, minus some bug fixes and the GUI. I use them both. For longer editing jobs, or when I need to have many files open, I tend to go with the GUI version, though the command-line version can open them too.

I just prefer the look. Using either/both is fine, because the command-line version will honor the settings in your ~/. Vimrc and plugins in ~/.vim.

I use vim/gvim on all my machines (Mac OS, Linuxes like Centos, Ubuntu and Mint, and Windows) and just copy a tarball around of the settings when I compile a new version on some machine.

I will echo the two other answers. I think that if you want to learn vim, your best bet is to to start with the CLI version. However, the default Vim being outdated, you may want to install a more up to date version via MacPorts or use directly the version that comes with MacVim.

MacVim can be too Mac-like: since it's providing a lot of "normal" keyboard shortcuts it may make it hard to learn Vim's commands.

I think the following combination is great to get started with development on OS X Macvim + Htop + iterm2 skillachie.com/?p=831.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions