On Tuesday 30 October 2007 18:16, Bryen wrote: > How can I turn off colors in vi (actually vim) permanently?
In keeping with my theme of answering questions not asked, I'll show you what I do: I add these to my .vimrc file: map ^[c :syntax on^M map ^[w :syntax off^M That way I can turn syntax hilighting on and off with ALT+C and ALT+W. > ---Bryen--- Randall Schulz -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
