edenzik / macvim

Automatically exported from code.google.com/p/macvim
0 stars 0 forks source link

Macvim Terminal #146

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I installed MacVim stable version on my MacBook running Leopard. But when I 
launch macvim from 
the terminal, by typing mvim, the GUI version comes up. Is it possible to make 
MacVim run from the 
terminal, like the typical vi from LINUX? 

Thank you,

Lucas

Original issue reported on code.google.com by lusasan...@gmail.com on 8 Jan 2009 at 11:12

GoogleCodeExporter commented 9 years ago
Yes, by running `/Applications/MacVim/Contents/MacOS/Vim` in Terminal. You can 
put `alias 
vim=/Applications/MacVim/Contents/MacOS/Vim` into your ~/.bashrc to make this 
easier.

Original comment by nicotha...@gmail.com on 9 Jan 2009 at 5:19

GoogleCodeExporter commented 9 years ago
The alias worked. Thanks!

Original comment by lusasan...@gmail.com on 9 Jan 2009 at 12:12

GoogleCodeExporter commented 9 years ago
Thanks for your answer. Maybe this would be obvious to a more regular Mac user, 
but
just in case, I actually had to use "alias
vim=/Applications/MacVim.app/Contents/MacOS/Vim" (using 10.4).

Original comment by bryanfa...@gmail.com on 11 Jan 2009 at 3:08

GoogleCodeExporter commented 9 years ago

Original comment by bjorn.winckler@gmail.com on 16 Jan 2009 at 9:41