Open
Description
Most of the time I would start mvim from the command line, but that is only possible if you add a softlink into /usr/local/bin/
so I would recommend a more user friendly version.
Described solution
A clear and concise description of what you want to happen.
I would recommend a new check box within the settings panel which will add a softlink to /usr/local/bin/
from the GUI.
Currently way to add mvim to the cli
A clear and concise description of any alternative solutions or features you've considered.
- Install macvim
- Add a softlink
sudo ln -s /Applications/MacVim.app/Contents/bin/mvim /usr/local/bin/mvim