Skip to content

Instantly share code, notes, and snippets.

@casprwang
Last active August 5, 2017 20:21
Show Gist options
  • Save casprwang/ea9dd6aef2ffa0f4b2b57298bed08160 to your computer and use it in GitHub Desktop.
Save casprwang/ea9dd6aef2ffa0f4b2b57298bed08160 to your computer and use it in GitHub Desktop.
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