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
@raamdev
Copy link

raamdev commented Aug 8, 2014

So awesome! Thanks!

I just started learning Emacs in attempt to switch over from vim and wanted a way to reinforce the Emacs keybindings while I was browsing the web (instead of reinforcing the vim keybindings, which I'm already familiar with). This is exactly what I was looking for. :)

@jaswrks
Copy link

jaswrks commented Aug 20, 2014

@ravishanker404
Copy link

@jaswrks throws a 404

@dangom
Copy link

dangom commented Oct 2, 2017

This is probably the one: Full set of Emacs-style key bindings for Vimium.. Should be called "full set of personal emacs-style key bindings for Vimium", though.

@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