gVim for Mac OSX

untz

Registered
Hello,

I downloaded vim6.2.293.tar.bz2 from http://macvim.org/OSX/index.html...

I downloaded and unzipped it into my /Developer directory...

Being a OSX newbie, I don't know how to set it so I can run gvim from the command line... Can anyone help?

With thanks,

Unnsse
 
Make sure that gvim is in your path,
$which gvim

You do have vim installed in /usr/bin/vim by default.
To enable the colorized output:

$ echo "syntax enable" > ~/.vimrc

Then just type
$ vim
 
Back
Top