Skip to content

Instantly share code, notes, and snippets.

@btcrooks
Last active December 12, 2015 21:48
Show Gist options
  • Save btcrooks/c89211eba5259c2bb2f5 to your computer and use it in GitHub Desktop.
Save btcrooks/c89211eba5259c2bb2f5 to your computer and use it in GitHub Desktop.
Install vim 7.4.x
# 1) Install vim 7.4.x through homebrew
# $ brew install vim
# 2) Override default vim installation by creating
# aliases in your respective shell's dotfiles.
# (e.g. '.bash_profile', '.bashrc')
alias vim="/usr/local/Cellar/vim/7.4.944/bin/vim"
alias vi="/usr/local/Cellar/vim/7.4.944/bin/vim"
alias vimtutor="/usr/local/Cellar/vim/7.4.944/bin/vimtutor"
alias vimdiff="/usr/local/Cellar/vim/7.4.944/bin/vimdiff"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment