Created
January 27, 2016 14:34
-
-
Save adamalbrecht/b49b6c7f7e2bb8201f2a to your computer and use it in GitHub Desktop.
Configuration for sVim https://github.com/flipxfx/sVim
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
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