Skip to content

Instantly share code, notes, and snippets.

@craigforr
Last active August 6, 2019 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save craigforr/cb053dfc565bc9c02aa100b6c9b84ee5 to your computer and use it in GitHub Desktop.
Save craigforr/cb053dfc565bc9c02aa100b6c9b84ee5 to your computer and use it in GitHub Desktop.
Custom key mappings for the Vimium extension for Google Chrome
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