linux off vim 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)
# 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)