On Tue, 30 Oct 2007, Cristian Rodriguez wrote: > Bryen escribió: > > How can I turn off colors in vi (actually vim) permanently? > > > > > echo "syntax off" >> ~/.vimrc
That also disables other functionalities. To just turn off colors you probably have to create a new colorscheme ( :help colo ). See also /usr/share/vim/vim??/colors/README.txt Berthold -- ------------------------------------------------------------------ Berthold Gunreben SUSE Linux GmbH -- Dokumentation mailto:[EMAIL PROTECTED] Maxfeldstr. 5 http://www.suse.de/ D-90409 Nuernberg, Germany SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
