From: "Morgan, Edward C (Ed)", Thu, November 06, 2008 7:13 am
>
> How would I change the .vimrc or .gvimrc file so that vim will come
> up in reverse video? I'm currently aliasing vim to "vim -rv" or I
> can set .Xdefaults to have vim come up in reverse video, but I can't
> figure out how to do it for Windows.
You mean use default terminal colors in gVim? I use:
set background=dark
highlight clear
if exists("syntax_on")
syntax reset
endif
" force reverse
highlight Normal guibg=Black guifg=White
--
Steve Hall [ digitect dancingpaper com ]
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---