Skip to content

Instantly share code, notes, and snippets.

@potsbo
Last active August 29, 2015 14:07
Show Gist options
  • Save potsbo/481339c140be470e2f71 to your computer and use it in GitHub Desktop.
Save potsbo/481339c140be470e2f71 to your computer and use it in GitHub Desktop.
let hintcharacters = "aoeuidhtns"
map d scrollLeft
map h scrollDown
map t scrollUp
map n scrollRight
vmap d scrollLeft
vmap h scrollDown
vmap t scrollUp
vmap n scrollRight
map H previousTab
map T nextTab
map q :quit<cr>
map y :tabnew <space>
map Y :tabnew <CURRENT URL>
map D goBack
map N goForward
map <space> <Nop>
map u createHint
map U createTabbedHint
let blacklists = ["https://mail.google.com/*","*://*.reddit.com/*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment