Last active
December 28, 2020 09:27
-
-
Save enisozgen/b073304071b690ff550240a3354ca894 to your computer and use it in GitHub Desktop.
Additional key definitions for vimium
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
# 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