Skip to content

Instantly share code, notes, and snippets.

@yuucu
Last active July 8, 2022 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuucu/95b98b01a5c3ca5177fdd1bcee427511 to your computer and use it in GitHub Desktop.
Save yuucu/95b98b01a5c3ca5177fdd1bcee427511 to your computer and use it in GitHub Desktop.
vimium.vim
# Insert your preferred key mappings here.
unmapAll
map j scrollDown
map k scrollUp
map gg scrollToTop
map G scrollToBottom
map <c-d> scrollPageDown
map <c-u> scrollPageUp
map - scrollFullPageDown
map - scrollFullPageUp
# map h scrollLeft
# map l scrollRight
map r reload
map yy copyCurrentUrl
map p openCopiedUrlInCurrentTab
map P openCopiedUrlInNewTab
map i enterInsertMode
map v enterVisualMode
map gi focusInput
map f LinkHints.activateMode
map F LinkHints.activateModeToOpenInNewTab
map - LinkHints.activateModeToOpenInNewForegroundTab
map gf nextFrame
map gF mainFrame
# Using the vomnibar
map o Vomnibar.activate
map O Vomnibar.activateInNewTab
map b Vomnibar.activateBookmarks
map B Vomnibar.activateBookmarksInNewTab
map T Vomnibar.activateTabSelection
map / enterFindMode
map n performFind
map N performBackwardsFind
# Navigating history
map h goBack
map l goForward
# Manipulating tabs
map t createTab
map gT previousTab
map H previousTab
map gt nextTab
map L nextTab
map ^ visitPreviousTab
map g0 firstTab
map g$ lastTab
map yt duplicateTab
map <a-p> togglePinTab
map <a-m> toggleMuteTab
map x removeTab
map u restoreTab
# Miscellaneous
map ? showHelp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment