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?
I recently switched from Vim to MacVim because it has Ruby support, however, the
Share
You want to compile vim with ruby support then. You can compile MacVim with ruby support and use the terminal vim that’s contained inside its package at
/Applications/MacVim.app/Contents/MacOS/vim. This article includes instructions on compiling MacVim with Ruby: http://connermcd.wordpress.com/2011/05/04/blogging-with-wordpress-vim-and-markdown/