Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Re: Editing features for power users

by maverick (Curate)
on Jan 27, 2002 at 00:33 UTC ( [id://141828]=note: print w/replies, xml ) Need Help??


in reply to Re: Editing features for power users
in thread Editing features for advanced users

I wasn't a big fan of the color schemes either, but like everything else in Vim, that too can be customized. For Gvim (non terminal based GTK X app) you can add this:
set background=dark hi Normal guifg=#ffffff guibg=#000000 hi PreProc guifg=#ff80ff guibg=#000000 hi Statement guifg=#00d000 guibg=#000000 hi Comment guifg=#707070 guibg=#000000 hi Identifier guifg=orange guibg=#000000 hi Constant guifg=#6060ff guibg=#000000 hi Special guifg=#80f0f0 guibg=#000000 hi Cursor guifg=black guibg=red
to the .gvimrc file in your home dir under Un*x and get my color scheme (which you may not like either :) ).

I'm not sure where the equivalent windows .gvimrc file is.

/\/\averick
perl -l -e "eval pack('h*','072796e6470272f2c5f2c5166756279636b672');"

Replies are listed 'Best First'.
Re^3: Editing features for power users
by doom (Deacon) on Aug 12, 2009 at 21:00 UTC

    I wasn't a big fan of the color schemes either, but like everything else in Vim, that too can be customized.
    Careful with that attitude, or you may end up with
    alias vim="emacs -f viper"

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://141828]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (7)
As of 2024-03-19 02:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found