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 already have macVim installed: /Applications/MacVim.app/Contents/MacOS/Vim -g will give you macVim GUI.
/Applications/MacVim.app/Contents/MacOS/Vim -g
just add an alias.
i use gvim because that is what i use on linux for gnome-vim.
gvim
alias gvim='/Applications/MacVim.app/Contents/MacOS/Vim -g'