Skip to content

Instantly share code, notes, and snippets.

@mparramont
Last active August 29, 2015 14:13
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 mparramont/581d04d9035003e1b1e3 to your computer and use it in GitHub Desktop.
Save mparramont/581d04d9035003e1b1e3 to your computer and use it in GitHub Desktop.
cVimrc
" this will enable the config block below on the domain 'reddit.com'
site '*://twitter.com/*' {
unmap j
unmap k
}
site '*://feedly.com/*' {
unmap j
unmap k
unmap v
}
site '*://github.com/*' {
unmap j
unmap k
unmap n
}
site '*://news.ycombinator.com/*' {
unmap j
unmap k
}
let blacklists = ["https://mail.google.com/*","https://www.google.es/*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment