Last active
August 5, 2017 20:21
-
-
Save casprwang/ea9dd6aef2ffa0f4b2b57298bed08160 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 scrollstep = 80 | |
set completeonopen | |
let typelinkhintsdelay = 10 | |
set typelinkhints | |
set sortlinkhints | |
let barposition = "bottom" | |
let hintcharacters = "hjkluuiopbnm,." | |
map h gT | |
map l gt | |
map H g0 | |
map L g$ | |
map ga :settings<cr> | |
map q lastClosedTab | |
map w closeTab | |
map J goBack | |
map K goForward | |
map gb lastUsedTab | |
map b :buffer<space> | |
map e createBookmark | |
let blacklists = ["https://typechem.herokuapp.com/*","https://codepen.io/*"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment