Created
July 27, 2012 15:38
-
-
Save y-yu/3188731 to your computer and use it in GitHub Desktop.
Vimium key map
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
# 参考:http://ydal.de/vimium-mapping-for-dvorak-layouts/ | |
unmapAll | |
map r reload | |
map x removeTab | |
map u restoreTab | |
map t scrollDown | |
map n scrollUp | |
map h scrollLeft | |
map s scrollRight | |
map <c-h> scrollPageDown | |
map <c-t> scrollPageUp | |
map <c-u> scrollFullPageDown | |
map <c-b> scrollFullPageUp | |
map H goBack | |
map S goForward | |
map T nextTab | |
map N previousTab | |
map <c-y> createTab | |
map gg scrollToTop | |
map G scrollToBottom | |
map gf toggleViewSource | |
map yy copyCurrentUrl | |
map i enterInsertMode | |
map a focusInput | |
map o Vomnibar.activate | |
map O Vomnibar.activateWithCurrentUrl | |
map p openCopiedUrlInCurrentTab | |
map P openCopiedUrlInNewTab | |
map ; Vomnibar.activateTabSelection | |
map f LinkHints.activateMode | |
map F LinkHints.activateModeToOpenInNewTab | |
map / enterFindMode | |
map . performFind | |
map , performBackwardsFind | |
map ? showHelp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
補上 source code 的參考文件。