Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jan 2000 05:32:27 -0500
From:      James Bailie <jazzturk@home.com>
To:        Gary Kline <kline@tera.com>
Cc:        questions@freebsd.org
Subject:   Re: set blinkon0 in gvim
Message-ID:  <20000123053227.A492@cr31617-a.lndn1.on.wave.home.co>
In-Reply-To: <200001230923.BAA03752@tera.com>; from kline@tera.com on Sun, Jan 23, 2000 at 01:23:19AM -0800
References:  <200001230923.BAA03752@tera.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 23, 2000 at 01:23:19AM -0800, Gary Kline wrote:

>    Can anyone clue me in on (1) setting colors (for C or C++ syntax)
>    in vim, or (2) turning off the blinking cursor in gvim?

There is a great mailing list for Vim which would be more appropriate
for these questions, since Vim is a port, but here's part of my .vimrc:

" turn on color

:set t_Co=3D8
:set t_Sf=3D=1B[3%dm
:set t_Sb=3D=1B[4%dm
:syntax on

--=20
James Bailie =20

http://members.home.net/jazzturk =20


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000123053227.A492>