-
-
Notifications
You must be signed in to change notification settings - Fork 687
Open
@greenchapter
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.
Screenshot 2023年05月08日 at 16 30 52
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