Quantcast
Channel: disable cursor color in putty client ssh terminal when in vi - Unix & Linux Stack Exchange
Viewing all articles
Browse latest Browse all 3

disable cursor color in putty client ssh terminal when in vi

$
0
0

I use putty.exe in windows 7 to connect to my Linux system.
I use vi. I would like the cursor in vi to remain white all the time, and not change to green or blue around my if statement { } brackets while editing .c files. The background color in the putty ssh window is black, all the text is white, and when the cursor decides to highlight green and blue about things it hurts more than it helps. and it's not just the location of the cursor but it will highlight characters that are elsewhere nearby... like with if statement if I have something like

if ( a == b ){}

the { and } will get highlighted while typing and makes it very hard to tell where my cursor is positioned, because I cannot easily tell the difference between the colors.

I have edited /etc/bash.bashrc and /etc/csh.cshrc and commented out the color options for the ls command,and have edited my my ~/.vimrc file and have syntax off as the first line with nothing else below. But the cursor and text highlighting persists in vi, how do I fully disable that?thanks.


Viewing all articles
Browse latest Browse all 3

Latest Images

Trending Articles





Latest Images