How to disable style in vi editor in linux code example
Example: bash show vim text in color
# Process:
1. Make or edit the .vimrc file in your home directory. E.g.:
vi ~/.vimrc
2. Add a line containing:
syntax on
3. Save and exit (in vim type: :x)