Created
March 31, 2017 09:38
-
-
Save zenlor/f642501c6988d5cea6a9e6f5f0a208c8 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 noautofocus | |
let scrollstep=230 | |
set smoothscroll | |
let scrollduration= 200 | |
let barposition = "bottom" | |
let locale = "en" | |
let hintcharacters = "hjklasdfgyuiopqertnmzxcvb" | |
let mapleader = "," | |
let blacklists = ["https://mail.google.com/*","*://mail.google.com/*","@https://mail.google.com/mail/*"] | |
map a nextTab | |
map A previousTab | |
map u lastClosedTab | |
map d closeTab | |
map J scrollFullPageDown | |
map K scrollFullPageUp | |
let qmark c = ["http://www.google.com/calendar/render"] | |
let qmark g = ["https://docs.google.com/"] | |
let qmark f = ["http://facebook.com/"] | |
let qmark m = ["https://inbox.google.com/"] | |
let qmark y = ["http://jp.youtube.com/"] | |
let qmark t = ["https://twitter.com/"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment