Last active
February 11, 2016 17:23
-
-
Save corngood/f86519aa9f5f1bfcbcd3 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
site '*://*.reddit.com/*' { | |
unmap j | |
unmap k | |
unmap e | |
unmap h | |
} | |
site '*://feedly.com/*' { | |
unmap j | |
unmap k | |
} | |
let blacklists = ["http://www.moshimonsters.com/*"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment