Skip to content

Instantly share code, notes, and snippets.

@avendael
Created October 17, 2013 17:06
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save avendael/7028579 to your computer and use it in GitHub Desktop.
Save avendael/7028579 to your computer and use it in GitHub Desktop.
Emacs keybindings for vimium. Paste this into vimium's advanced settings.
map <c-n> scrollDown
map <c-p> scrollUp
map <c-b> scrollLeft
map <c-f> scrollFullPageDown
map <c-b> scrollFullPageUp
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-x>b Vomnibar.activateTabSelection
map <c-x>0 removeTab
map <a-<> scrollToTop
map <a->> scrollToBottom
map B goBack
map N goForward
map V Vomnibar.activateBookmarksInNewTab
map v Vomnibar.activateBookmarks
@ruinshe
Copy link

ruinshe commented Dec 22, 2019

Does anyone know how to cancel the default binding for creating a new window?

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