Last active
May 25, 2018 12:09
-
-
Save jyungtong/19e7b9343b11f9dee7d7618ac90865d5 to your computer and use it in GitHub Desktop.
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. | |
map s scrollPageUp | |
unmap f | |
map ff LinkHints.activateMode | |
unmap F | |
map fF LinkHints.activateModeToOpenInNewTab | |
unmap gi | |
map fi focusInput | |
unmap <a-p> | |
map p togglePinTab | |
map 1 firstTab | |
map 0 lastTab | |
unmap x | |
map xx removeTab | |
map af LinkHints.activateModeToOpenInNewForegroundTab | |
map fP LinkHints.activateModeToOpenIncognito | |
unmap r | |
map rr reload | |
map { moveTabLeft | |
map } moveTabRight | |
unmap H | |
unmap L | |
map cc goBack | |
map vv goForward | |
map D scrollFullPageDown | |
map S scrollFullPageUp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment