brew install macvim --override-system-vim && brew linkapps
This will alias vim, vi, view, vimdiff, etc.
vim
vi
view
vimdiff
To see all commands aliased, you might try ls -l /usr/local/bin | grep macvim
ls -l /usr/local/bin | grep macvim
brew install macvim --override-system-vim && brew linkapps
This will alias
vim
,vi
,view
,vimdiff
, etc.To see all commands aliased, you might try
ls -l /usr/local/bin | grep macvim