Last active
April 5, 2020 15:07
-
-
Save thynctank/4b328a86b8195f419edd5c76965958e9 to your computer and use it in GitHub Desktop.
My cVimrc
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
set numerichints | |
set typelinkhints | |
set scalehints | |
let barposition="bottom" | |
let blacklists = ["https://calendar.google.com/*","https://www.youtube.com/*","https://mail.google.com/*","http://airbnb.io/*","https://app.getpocket.com/*","https://www.polymer-project.org/*","https://*.aws.amazon.com/*", "https://github.com/*", "https://codecloud.web.att.com/*", "https://google.com/maps/*"] | |
map <C-p> :togglepin<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment