Last active
September 25, 2016 01:28
-
-
Save metakirby5/54153401c8df2f2e3dba72dd839b7ec9 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
" Settings | |
let lastactivetablimit = 50; | |
let lastclosedtablimit = 50; | |
let blacklists = ["*://trello.com/*", "*://youtube.com/*", "*://inbox.google.com/*", "*://hackerrank.com/*"] | |
" Keys | |
let mapleader = "space" | |
map "up" scrollUp | |
map "down" scrollDown | |
map "left" scrollLeft | |
map "right" scrollRight |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment