Last active
April 21, 2019 08:55
-
-
Save arturopuente/fb51b633a85fecd09102021dd1d4c10d to your computer and use it in GitHub Desktop.
vimium custom keyboard bindings
This file contains 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 / | |
unmap m | |
unmap ` | |
unmap o | |
unmap O | |
unmap b | |
unmap B | |
unmap g0 | |
unmap g$ | |
unmap n | |
unmap N | |
unmap T | |
unmap gT | |
unmap gt | |
unmap ^ | |
unmap ge | |
unmap gE | |
unmap <a-p> | |
unmap <a-m> | |
unmap <c-e> | |
unmap <c-y> | |
unmap r | |
unmap p | |
unmap P | |
unmap gu | |
unmap gU | |
unmap v | |
unmap V | |
unmap <a-f> | |
unmap gf | |
unmap gF | |
unmap h | |
unmap l | |
unmap zH | |
unmap zL | |
unmap J | |
unmap K | |
map v LinkHints.activateModeToOpenInNewTab | |
map gu LinkHints.activateModeToOpenIncognito | |
map gf LinkHints.activateModeToOpenInNewForegroundTab | |
map car closeTabsOnRight | |
map cat closeOtherTabs | |
map w previousTab | |
map o nextTab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment