Skip to content

Instantly share code, notes, and snippets.

@adamalbrecht
Created January 27, 2016 14:34
Show Gist options
  • Save adamalbrecht/b49b6c7f7e2bb8201f2a to your computer and use it in GitHub Desktop.
Save adamalbrecht/b49b6c7f7e2bb8201f2a to your computer and use it in GitHub Desktop.
Configuration for sVim https://github.com/flipxfx/sVim
let blacklists = [
"*://mail.google.com/*",
"*://inbox.google.com/*",
"*://twitter.com/*"
]
map "ctrl+l" nextTab
map "ctrl+h" previousTab
set preventdefaultesc
let scrollstep = 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment