Skip to content

Instantly share code, notes, and snippets.

@tgtmpaccount
Created February 10, 2019 04:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tgtmpaccount/c5d60d875d47999dbad2e53822d97d5e to your computer and use it in GitHub Desktop.
Save tgtmpaccount/c5d60d875d47999dbad2e53822d97d5e to your computer and use it in GitHub Desktop.
Vimium Configuration for DevTools
unmapAll
map j scrollDown
map k scrollUp
map q removeTab
map Q restoreTab
map h previousTab
map l nextTab
map r reload
map R reload hard
map l- goToRoot
map yy copyCurrentUrl
# vimium killing feature
map f LinkHints.activateMode
map F LinkHints.activateModeToOpenInNewTab
# navigation
map <a-z> visitPreviousTab
map Z Vomnibar.activateTabSelection
map D duplicateTab
# for history
map H Vomnibar.activate
# for bookmarks
map B Vomnibar.activateBookmarksInNewTab
# visual mode enter
map v enterVisualMode
# map V enterVisualLineMode
# search engine
map / enterFindMode
map <c f> enterFindMode
map n performFind
map N performBackwardsFind
map t createTab
map <c-m> toggleMuteTab
map <a-p> togglePinTab
map gg scrollToTop
map G scrollToBottom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment