Skip to content

Instantly share code, notes, and snippets.

@simonprev
Created September 16, 2012 19:22
Show Gist options
  • 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