Last active
October 21, 2015 01:11
-
-
Save handlename/e97924b69a41c648895f to your computer and use it in GitHub Desktop.
sVimrc
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 scrollduration = 20 | |
let scrollstep = 120 | |
let hintcharacters = "aoeuidhtns" | |
let blacklists = ["*://mail.google.com/*", "*://inbox.google.com/*", "*://www.google.com/calendar/*", "*://calendar.google.com/*"] | |
map "e" createHint | |
map "shift+e" createTabbedHint | |
map "shift+u" scrollFullPageUp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment