Last active
March 18, 2025 01:39
-
-
Save tdkn/8319cb10a9fc1cd6284053b5bbbace71 to your computer and use it in GitHub Desktop.
Vimium Custom Key Mapping
This file contains hidden or 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
unmapAll | |
# Navigating the page | |
map gg scrollToTop | |
map G scrollToBottom | |
map d scrollPageDown | |
map u scrollPageUp | |
map h scrollLeft | |
map l scrollRight | |
map f LinkHints.activateMode | |
map F LinkHints.activateModeToOpenInNewTab | |
# Navigating history | |
map H goBack | |
map L goForward | |
# Manipulating tabs | |
map X restoreTab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment