Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@simonprev
Created September 16, 2012 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonprev/3733972 to your computer and use it in GitHub Desktop.
Save simonprev/3733972 to your computer and use it in GitHub Desktop.
# load the macvim version of terminal vim
if which mvim &> /dev/null; then
alias vim='mvim -v'
fi
alias v='vim'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment