Created
March 26, 2019 11:37
-
-
Save leogodin217/2b62c2679ebb18ce879012b9f6bad514 to your computer and use it in GitHub Desktop.
My cVim settings for Chrome
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
let blacklists = ["https://theoldreader.com/*"] | |
let hintcharacters = "asdfgpwertzxcvb" | |
set nativelinkorder | |
site 'http*://theoldreader.com/*' { | |
unmap o | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment