Skip to content

Instantly share code, notes, and snippets.

@isaiah
Created June 1, 2015 14:04
Show Gist options
  • Save isaiah/05e1f44346bfb11df89c to your computer and use it in GitHub Desktop.
Save isaiah/05e1f44346bfb11df89c to your computer and use it in GitHub Desktop.
My Vimium bindings
# Insert your prefered key mappings here.
unmap h
unmap l
map h previousTab
map l nextTab
map u restoreTab
map d removeTab
map b Vomnibar.activateTabSelection
map t Vomnibar.activateInNewTab
map <c-o> goBack
map <c-i> goForward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment