Discussion:
reverse video
Morgan, Edward C (Ed)
2008-11-06 12:13:36 UTC
Permalink
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 received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---
Steve Hall
2008-11-06 15:30:49 UTC
Permalink
From: "Morgan, Edward C (Ed)", Thu, November 06, 2008 7:13 am
Post by Morgan, Edward C (Ed)
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
-~----------~----~----~----~------~----~------~--~---
Loading...