vi(vim) background colors

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Ted Gould
Date:  
Subject: vi(vim) background colors
--=-xXOEqVgUEInoLxhbZ/iu
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Fri, 2003-05-30 at 21:26, Bob Holtzman wrote:
> On 30 May 2003, Ted Gould wrote:
> > :se bg=3Ddark
>=20
> Thanks for the info. Works fine but is there a way to put this in=20
> an alias?


I'm guessing that you want VIM to do this all the time. The list of
commands that VIM executes on start-up is in ~/.vimrc. So you basically
would just have one line in your .vimrc for every command you would
execute. Here is my .vimrc:

set nu
set nowrap
set tabstop=3D4
set shiftwidth=3D4
set ai
set guifont=3D-adobe-courier-medium-r-normal-*-*-120-*-*-m-*-iso10646-1
set bg=3Ddark

        --Ted


--=-xXOEqVgUEInoLxhbZ/iu
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQA+2EXdLE335pRPGp0RAjMVAKCkHvODaGPWQXWANCddZg5IpYK3qACeNRh5
GBs0IGHY7rkrjH4eML6Tdts=
=OFt2
-----END PGP SIGNATURE-----

--=-xXOEqVgUEInoLxhbZ/iu--