-
-
Save maciejmotyka/1df96cc2cc2ea453b03f78dea22468ca 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.activateInNewTab | |
map b Vomnibar.activateBookmarks | |
map B Vomnibar.activateBookmarksInNewTab | |
map L openCopiedUrlInNewTab | |
# Finding / Selection | |
map u LinkHints.activateMode | |
map U LinkHints.activateModeToOpenInNewForegroundTab | |
map k enterVisualMode | |
map K 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