Skip to content

Instantly share code, notes, and snippets.

@coderifous
Created September 8, 2010 19:08
Show Gist options
  • Save coderifous/570645 to your computer and use it in GitHub Desktop.
Save coderifous/570645 to your computer and use it in GitHub Desktop.
.vimperatorrc extras
" Makes cmd-l use vimperator instead of FF location bar
map <M-l> :o<Space>
" Makes cmd-f use vimperator instead of FF search
map <M-f> /
" Tab opening with vimperator
map <M-t> t
" Makes autocompletion show up automatically
set wildoptions=auto
" Gets rid of annoying bell when using firefox builtin keyboard shortcuts
set visualbell
:hi Bell display: none;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment