Skip to content

Instantly share code, notes, and snippets.

@durandom
Last active April 6, 2016 13:39
Show Gist options
  • Save durandom/de2c7c087b83d7c39c6ac84c0538e279 to your computer and use it in GitHub Desktop.
Save durandom/de2c7c087b83d7c39c6ac84c0538e279 to your computer and use it in GitHub Desktop.
cvim.config
let blacklists = ["https://mail.google.com/*","http://localhost/*","https://docs.google.com/*","https://trello.com/*"]
site '*://github.com/*' {
unmap t
unmap r
unmap y
let hintcharacters = "asdfgqwezxcvb"
}
site '*://feedly.com/*' {
unmap j
unmap k
}
site 'https://www.google.com/*' {
" t doesn't work on google
let hintcharacters = "asdfgqwerzxcvb"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment