Turn off all colors in vim

The text editor vim usually has default setting of colorized syntax and search highlighting, which I find too distracting.

To kill it off, put the following inside the file .vimrc in your home directory:

syntax off
set nohlsearch
set t_Co=0


_____

Other Similar Posts
This entry was posted in Scripting languages (PHP, Perl, etc). Bookmark the permalink.