Please bear with us as we work to restore functionality to dotfiles.org.
" 1.2pre (created: 2008/07/17 04:11:56)
" Mappings
map ,q :q
map ,w :w
noremap t :t
map ,Q :qall!
" Options
set titlestring=Mozilla Firefox
set history=0
set focuscontent
set hlsearch
set hlsearchstyle=color: black; background-color: #fce94f; padding:0; display: inline;
set showtabline=0
set activate=homepage,quickmark,paste
set hintstyle=z-index:5000; font-family:monospace; font-weight: medium; font-size:10px; color:white; background-color: #ef2828; border-color:ButtonShadow; border-width:0px; border-style:solid; padding:0px 1px 0px 1px; position:absolute;
set linkbgcolor=#fce94f
" Abbreviations
cabbrev /. http://www.slashdot.org
cabbrev tn tabnew
cabbrev to tabopen
cabbrev gv http://video.google.com
cabbrev yt http://www.youtube.com
cabbrev tg tabopen goosh
cabbrev gi http://images.google.com
source! ~/.vimperatorrc.local
" vim: set ft=vimperator: