Created
September 8, 2010 19:08
-
-
Save coderifous/570645 to your computer and use it in GitHub Desktop.
.vimperatorrc extras
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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