I recently switched from Vim to MacVim because it has Ruby support, however, the separate UI is very inconvenient. Is there a way to run MacVim inside the terminal instead of mvim
booting a separate UI?
One option is to make a symbolic link somewhere in your path:
ln -s `which mvim` vim
This will run MacVim in the terminal.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With