Last active
October 18, 2019 05:44
-
-
Save tesu/b325a6f60e61741dc9abc38ec52e1e44 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 smoothscroll | |
set autohidecursor | |
let scrollstep = 140 | |
let scrollduration = 250 | |
let barposition = "bottom" | |
let blacklists = ["*://mail.google.com/*", "*://calendar.google.com/*", "*://docs.google.com/*", "*://www.nytimes.com/crosswords/*", "*://www.gradescope.com/*"] | |
map J nextTab | |
map K previousTab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment