Last active
April 6, 2016 13:39
-
-
Save durandom/de2c7c087b83d7c39c6ac84c0538e279 to your computer and use it in GitHub Desktop.
cvim.config
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
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