Last active
December 9, 2018 01:37
-
-
Save kmyi/cdcf8fe4ee8d60ded863494721ca11a7 to your computer and use it in GitHub Desktop.
vimrc
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
let blacklists = ["*://example.com/stuff/*", "*://mail.google.com/*"] | |
let scrollduration = 30 | |
let scrollstep = 300 | |
set smoothscroll | |
let homeurl = "favorites://" | |
let newtaburl = "favorites://" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment