Turn Color off in VI

  1. Browse to your user directory with the following command:
    cd ~
  2. Create a .vimrc file with the following command:
    vi .vimrc
  3. Click i for insert mode.
  4. Type the following command below to disable syntax:
    syntax off
    
  5. Hold Shift and hit : then type wq to save and quit the file.

Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *