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
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