Skip to content

Instantly share code, notes, and snippets.

@MasahiroSakoda
Created November 24, 2011 01:24
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 MasahiroSakoda/1390426 to your computer and use it in GitHub Desktop.
Save MasahiroSakoda/1390426 to your computer and use it in GitHub Desktop.
vimperator environment settings
noremap H gT
noremap L gt
noremap h <A-Left>
noremap l <A-Right>
noremap <BS> <A-Left>
set titlestring=FireFox
noremap j 3j
noremap k 3k
set complete=slb
set suggestengines=google
set focuscontent
set hlsearch
set wildoptions=auto
echo .vimperatorrc sourced.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment