Launch MacVim from the Mac OS X Terminal

Written on July 7, 2014

MacVim is a great complement to Vim for the Mac. One of the reasons why I started using MacVim was its built in support for the yank command to copy to the system’s clipboard.

To get a copy of MacVim, you can grab the latest snapshot here.

When you download a snapshot of MacVim, you’ll find a compressed file that includes MacVim.app, mvim (a command-line tool) and a README file.

One of the great things about using vim is that you can simply type vim filename.md to open a file in vim from within the terminal.

Out of the box, MacVim doesn’t have support for opening a file from the command-line like vim does, but mvim cli enables us to do the same thing.

Installation

After installing MacVim by dragging MacVim.app to the Applications folder, open up terminal and navigate to the uncompressed folder that has mvim.

Then we’re going to move the mvim file to /usr/local/bin by typing in this command from the terminal:

mv mvim /usr/local/bin/

Now whenever you’re in Terminal and want to open a file with mvim simply type:

mvim filename.md

Stay in touch

Thanks for reading this article. I'd love to stay in touch and share more tips on programming and side projects with you. Sign up and I'll send you my articles straight to your email, you'll also get a free copy of the light themed version of my Git cheat sheet.
Git cheat sheet preview image