Created
October 15, 2018 05:40
-
-
Save MapleCCC/3d04a6ba90d419f600dd1a692a570fb1 to your computer and use it in GitHub Desktop.
Vimium custom key mappings
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 h previousTab | |
map l nextTab | |
map f LinkHints.activateModeToOpenInNewTab | |
map F LinkHints.activateMode | |
map , goBack | |
map . goForward | |
map c restoreTab | |
map i focusInput | |
map e visitPreviousTab | |
map v lastTab | |
map z duplicateTab | |
map 0 firstTab | |
map o Vomnibar.activateInNewTab | |
map O Vomnibar.activate | |
map b Vomnibar.activateBookmarksInNewTab | |
map B Vomnibar.activateBookmarks | |
map a Vomnibar.activateTabSelection | |
map w moveTabToNewWindow | |
map q LinkHints.activateModeToDownloadLink | |
map p openCopiedUrlInNewTab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment