Last active
August 6, 2019 20:44
-
-
Save craigforr/cb053dfc565bc9c02aa100b6c9b84ee5 to your computer and use it in GitHub Desktop.
Custom key mappings for the Vimium extension for Google Chrome
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
map t createTab http://www.google.com | |
" Go one tab left (previousTab) | |
map K previousTab | |
" Go one tab right (nextTab) | |
map J nextTab | |
" Close tabs to the right (closeTabsOnLeft) | |
map gc closeTabsOnLeft | |
" Close tabs to the right (closeTabsOnRight) | |
map gC closeTabsOnRight | |
" Close all other tabs (closeOtherTabs) | |
map gO closeOtherTabs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment