Created
January 9, 2015 21:37
-
-
Save isaiah/17e7121c9ea747b0d5bf to your computer and use it in GitHub Desktop.
Custom key mappings to turn Vimium into vimperator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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