Dennis' Tech Crib Sheets
How to turn off Color Syntax Highlighting in vi or vim
Inside of VI:
Open a file:
$ vi filename.txt
Set syntax off:
:syntax off
You can edit ~/.vimrc file and add append vim command syntax on to it:
$ cd
$ vi .vimrc
syntax off
Newer Post
Older Post
Home