Skip to content

Instantly share code, notes, and snippets.

@raven-rock
Last active April 25, 2021 16:16
Show Gist options
  • Save raven-rock/a7665616473298f1b6f7d4e7d1f47af1 to your computer and use it in GitHub Desktop.
Save raven-rock/a7665616473298f1b6f7d4e7d1f47af1 to your computer and use it in GitHub Desktop.
My Vimium configuration for Chrome or Firefox

Key mappings

map J nextTab
map K previousTab

map z passNextKey " great for youtube, e.g., zf -> fullscreen

map <c-p> togglePinTab " How often do you really print webpages with c-p anyway?

map ga LinkHints.activateModeWithQueue

map <e> scrollFullPageUp "
map <d> scrollFullPageDown "

" Dont forget to:
"    - remove "f" from the link letters
"    - if desired remove pages' ability to steal cursor focus on load",

Search engines

w: https://www.wikipedia.org/w/index.php?title=Special:Search&search=%s Wikipedia
s: https://www.startpage.com/search?q=%s Startpage
g: https://www.google.com/search?q=%s Google
l: https://www.google.com/search?q=%s&btnI I'm feeling lucky...
y: https://www.youtube.com/results?search_query=%s Youtube
gm: https://www.google.com/maps?q=%s Google maps
b: https://www.bing.com/search?q=%s Bing
d: https://duckduckgo.com/?q=%s DuckDuckGo
az: https://www.amazon.com/s/?field-keywords=%s Amazon
qw: https://www.qwant.com/?q=%s Qwant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment