Vi in color

 
Thread Tools Search this Thread
Operating Systems Linux SuSE Vi in color
# 1  
Old 01-17-2010
Vi in color

How do you turn off color in vi?
# 2  
Old 01-17-2010
To turn off color syntax highlighting in the VI editor:

From within vi:
:syntax off

To turn it back on:
:syntax on

Hope this helps.
# 3  
Old 01-17-2010
Thanks, the red yellow green blue was too much.
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Identify Color and send email with same color

Hello mates, I have a requirement where in which I have to mail an output from multiple programs in the same colour as the output from shell script. I have seen a post to mail html in our forum,but my case is I have to first identify which colour the output is in an then mail it to in the ... (10 Replies)
Discussion started by: Kingcobra
10 Replies

2. UNIX for Dummies Questions & Answers

How to change the background color in the init 3 mode(not line color)

Hello, I am using RHEL 6.1 on VMware I am searching for a way to change background color (not line by line color wich one can using tput command) basically changing the color of the whole screen to white instead of the default black and changing font color to black and alos would like to... (2 Replies)
Discussion started by: Dexobox
2 Replies
Login or Register to Ask a Question