Skip to content

Instantly share code, notes, and snippets.

@enisozgen
Last active December 28, 2020 09:27
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 enisozgen/b073304071b690ff550240a3354ca894 to your computer and use it in GitHub Desktop.
Save enisozgen/b073304071b690ff550240a3354ca894 to your computer and use it in GitHub Desktop.
Additional key definitions for vimium
# About vimium https://github.com/philc/vimium
# Tab move next or previous right hand
map J nextTab
map K previousTab
# Tab move next or previous for left hand
map e nextTab
map r previousTab
# Close and restore tabs more easily
map w removeTab
map W restoreTab
# Last tab was the best
map q visitPreviousTab
# Swap new tab feature
map f LinkHints.activateModeToOpenInNewTab
map F LinkHints.activateMode
# Move tab to new window
map v moveTabToNewWindow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment