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 defba7ca3cf19a2cd2d8cf9dcb44c5937c90128e
parent f4f644a664023090d12a965f707f4c47384a6b71
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Sat, 27 Feb 2016 15:56:37 -0800

update vimperator link hint appearance and search engine

Diffstat:
M.vimperatorrc | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.vimperatorrc b/.vimperatorrc @@ -1,7 +1,7 @@ """ VIMPERATOR Firefox plugin configuration " see https://github.com/mashiro/dot-files/blob/master/.vimperatorrc -colors darkness2 +"colors darkness2 highlight Bell display: none; @@ -15,12 +15,12 @@ set hintchars=hjklasdfgyuiopqwertnmzxcvb "set hintchars=hutenosa " Define appearance of hints (CSS) -highlight Hint font-size:100%;color:black;background-color:yellow;padding:2px; +highlight Hint font-size:150%;color:black;background-color:yellow;padding:2px; """ Default search engine " Manage search engines with `:dialog searchengine` -set defsearch=startpage -"set defsearch=duckduckgo +"set defsearch=startpage +set defsearch=duckduckgo """ General options set complete=slS