Created
March 12, 2017 12:19
-
-
Save kumpelblase2/cd4b5ba25b3f55e743f52ca8b85b21e6 to your computer and use it in GitHub Desktop.
Vimium Dvorak 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
# Insert your preferred key mappings here. | |
unmapAll | |
# Basic movement | |
map d scrollLeft | |
map h scrollDown | |
map t scrollUp | |
map n scrollRight | |
map ii scrollToTop | |
map I scrollToBottom | |
# Tabs | |
map H previousTab | |
map T nextTab | |
map q removeTab | |
map Q restoreTab | |
map p reload | |
map y createTab | |
map D goBack | |
map N goForward | |
map [[ goPrevious | |
map ]] goNext | |
map Y moveTabToNewWindow | |
# Links | |
map ff copyCurrentUrl | |
map r Vomnibar.activate | |
map R Vomnibar.activateNewTab | |
map b Vomnibar.activateBookmarks | |
map B Vomnibar.activateBookmarksInNewTab | |
map L openCopiedUrlInNewTab | |
# Finding / Selection | |
map u LinkHints.activateMode | |
map U LinkHints.activateModeToOpenInNewForegroundTab | |
map x enterVisualMode | |
map X enterVisualLineMode | |
map c enterInsertMode | |
map / enterFindMode | |
map m performFind | |
map M performBackwardsFind | |
# Other | |
map ic focusInput | |
map ? showHelp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment