Skip to content

Instantly share code, notes, and snippets.

@tdkn
Last active March 18, 2025 01:39
Show Gist options
  • Save tdkn/8319cb10a9fc1cd6284053b5bbbace71 to your computer and use it in GitHub Desktop.
Save tdkn/8319cb10a9fc1cd6284053b5bbbace71 to your computer and use it in GitHub Desktop.
Vimium Custom Key Mapping
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