I have MacVim installed and I am trying to set it up as the editor for Git (version control), but I can\'t run \'mvim\' from the command line as it isn\'t recognised. How d
If you have homeBrew installed, this is all you have to do:
brew install macvim brew linkapps
Then type mvim in your terminal to run MacVim.
mvim