On Tue, 08 Nov 2005 14:25:05 -0800 Michael Shaw wrote: > A. Khattri wrote: > > >On Tue, 8 Nov 2005, Michael Shaw wrote: > Well, my terminal does have some color, but not syntax hilighting > from within VIM. How would I changes this? I actually don't mind > VIM, as it is quite straightforward. If syntax hilighting worked, > then I'd probably use it. "syntax on" within vim or in your .vimrc "filetype plugin indent on" would enable filetype-specific settings. Google for some example .vimrc files. VIM is actually very flexible ;-) One pretty complex but commented example is Ciaran's. You can find it at http://dev.gentoo.org/~ciaranm/configs/vimrc If vim (or gvim) is not enough check out Quanta (for php development): http://quanta.kdewebdev.org/ Cheers, Renat -- Probleme kann man niemals mit derselben Denkweise loesen, durch die sie entstanden sind. (Einstein)