dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 02b7a0db629dd78cb2278127d12971b25bb3f3b3
parent eaf4cba9dc3e1bd629797868a9826a3e551693b1
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Sun,  6 Oct 2013 18:50:04 +0200

Changned colors of hints

Diffstat:
M.vimperatorrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.vimperatorrc b/.vimperatorrc @@ -12,7 +12,7 @@ highlight Bell display: none; set hintchars=hjklasdfgyuiopqwertnmzxcvb " Define appearance of hints (CSS) -highlight Hint font-size:100%;color:black;background-color:yellow;padding:2px; +highlight Hint font-size:100%;color:white;background-color:red;padding:2px; """ Default search engine " Manage search engines with `:dialog searchengine`