Skip to content

Instantly share code, notes, and snippets.

@styts
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save styts/6c651ffa50ab95d50999 to your computer and use it in GitHub Desktop.
Save styts/6c651ffa50ab95d50999 to your computer and use it in GitHub Desktop.
set nohud
set smoothscroll
set noautofocus
set typelinkhints
let hintcharacters = "asdfcnjkl"
" redefine H, L for switching tabs and history forward/back
unmap h
unmap l
unmap H
unmap L
map h goBack
map l goForward
map H previousTab
map L nextTab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment