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