Skip to content

Instantly share code, notes, and snippets.

@tvi
Last active August 29, 2015 13:57
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 tvi/9603128 to your computer and use it in GitHub Desktop.
Save tvi/9603128 to your computer and use it in GitHub Desktop.
Emacs key mapping for vimium.
unmapAll
map <c-n> scrollDown
map <c-p> scrollUp
map <c-b> scrollLeft
map <c-f> scrollRight
map <c-v> scrollFullPageDown
map <a-v> scrollFullPageUp
map <c-w> copyCurrentUrl
map <a-w> copyCurrentUrl
map <c-k> copyCurrentUrl
map <c-s> enterFindMode
map <c-r> LinkHints.activateMode
map <c-R> LinkHints.activateModeToOpenInNewTab
map <c-x>o nextTab
map <c-x>O previousTab
map <c-x>0 removeTab
map <a-x> Vomnibar.activate
map <a-X> Vomnibar.activateTabSelection
# Not verified:
map <a-<> scrollToTop
map <a->> scrollToBottom
@jaswrks
Copy link

jaswrks commented Aug 31, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment