Skip to content

Instantly share code, notes, and snippets.

@HeLiBloks
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HeLiBloks/c72db706f6858d314f95 to your computer and use it in GitHub Desktop.
Save HeLiBloks/c72db706f6858d314f95 to your computer and use it in GitHub Desktop.
.vimperatorrc
source! ~/.vimperatorrc.local
set editor=gvim -f
" vim: set ft=vimperator:
set hintmatching
set hlsearch
set ignorecase
"#set wildmode=auto
" cpt=1
" default place for downloads:
cd ~
" lots of hints!
set hintchars=hjklasdfgyuiopqwertnmzxcvb0123456789
" hint inputFields
set hintinputs=HJKLASDFGYUIOPQWERTNMZXCVB
colorscheme molokai
set gui=nonavigation
set tabnumbers=true
" no close buttons on tabs
set!browser.tabs.closeButtons=3
"larger hints
:highlight Hint font:"DejaVu Sans Mono";font-size:120%;color:brown;background-color:grey;padding:2px;
" to prevent d on the last tab from closing the window:
:set! browser.tabs.closeWindowWithLastTab=false
set suggestengines="google"
" encripted google - is better for hints (it has less links)
:bmark https://encrypted.google.com/search?sclient=psy&hl=en&complete=0&site=webhp&source=hp&q=%s -keyword google
set defsearch=google
"remap keys
" tab left of current tab
map J gT
" tab right of current tab
map K gt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment