Skip to content

Instantly share code, notes, and snippets.

@velppa
Last active December 10, 2018 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velppa/04a3489c316c426ffe36313d36235530 to your computer and use it in GitHub Desktop.
Save velppa/04a3489c316c426ffe36313d36235530 to your computer and use it in GitHub Desktop.
sVim.rc
" 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