:syntax onTo turn of color syntax highlighing , enter command below in vi or vum
:syntax offYou can edit ~/.vimrc file and add command syntax on to it so that next you will start vim with color syntax highlighting option
$ cd $ vi .vimrcAppend the following line:
syntax on