Created
June 1, 2015 14:04
-
-
Save isaiah/05e1f44346bfb11df89c to your computer and use it in GitHub Desktop.
My Vimium bindings
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
# 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