Created
April 10, 2011 12:31
old .vimperatorrc
This file contains 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
"2.0 (created: 2009/03/28 23:48:07) | |
set titlestring=Firefox | |
set guioptions=mTBnbr | |
set wildoptions=auto | |
set visualbell | |
map j 3<C-e> | |
map k 3<C-y> | |
map h gT | |
map l gt | |
autocmd LocationChange .* js modes.passAllKeys = false | |
autocmd LocationChange www\\.google\\.(co\\.jp|com)/reader js modes.passAllKeys = true | |
autocmd LocationChange www\\.rememberthemilk\\.com/home js modes.passAllKeys = true | |
" vim: set ft=vim: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment