Skip to content

Instantly share code, notes, and snippets.

@peidong
Last active August 29, 2015 14:19
Show Gist options
  • Save peidong/59c09314a6ef405c7ff9 to your computer and use it in GitHub Desktop.
Save peidong/59c09314a6ef405c7ff9 to your computer and use it in GitHub Desktop.
cVimrc for Chrome extension
map k scrollPageUp
map j scrollPageDown
map u scrollFullPageUp
map d scrollFullPageDown
site '*://mail.google.com/*' {
unmap j
unmap k
unmap x
}
site '*://www.sharelatex.com/*' {
unmap <Esc>
}
site '*://agar.io/*' {
unmap w
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment