Last active
August 29, 2015 14:08
-
-
Save starhoshi/2ca7a23acf02ccf87016 to your computer and use it in GitHub Desktop.
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
set nosmoothscroll | |
set noautofocus | |
let searchlimit = 30 | |
let scrollduration = 10 | |
let scrollstep = 70 | |
let locale = "jp" | |
let searchalias g = "google" | |
let blacklists = ["chrome://*","https://mail.google.com/*","http://feedly.com/*","https://www.google.com/calendar/*","https://my.omniture.com/*"] | |
let barposition = "bottom" | |
iunmap <C-h> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment