Last active
December 10, 2018 11:28
-
-
Save velppa/04a3489c316c426ffe36313d36235530 to your computer and use it in GitHub Desktop.
sVim.rc
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
" mappings | |
map "ctrl+u" scrollPageUp | |
map "ctrl+d" scrollPageDown | |
map "backspace" goBack | |
map ":" toggleReader | |
" Settings | |
let blacklists = ["*://duckduckgo.com/*", "*://*.google.*/*", "*://localhost:9000/*", "*://mijn.ing.nl/*", "*://medium.com/*/edit", "*://youtube.com/*", "*://www.youtube.com/*"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment