31 Oct
2007
31 Oct
'07
14:41
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: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org