Skip to content

Instantly share code, notes, and snippets.

@DHNishi
Created April 23, 2015 22:07
Show Gist options
  • Save DHNishi/5e35d06ed8be6cb579bf to your computer and use it in GitHub Desktop.
Save DHNishi/5e35d06ed8be6cb579bf to your computer and use it in GitHub Desktop.
# Avoid F+K all the time.
unmap F
map F LinkHints.activateModeToOpenInNewForegroundTab
# Map the tab movements.
unmap <<
unmap >>
map < moveTabLeft
map > moveTabRight
# Unmap the p button. I only use it for evil purposes.
unmap p
# Yeah.
unmap H
unmap h
map h goBack
map H scrollLeft
unmap L
unmap l
map l goForward
map L scrollRight
# Map W, because I'm silly.
map w removeTab
unmap L
map L closeTabsOnRight
@zarend-tempo
Copy link

🐴 vimium swag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment