Answers for "bash show vim text in color"

2

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)
Posted by: Guest on September-14-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language