Categories

vimkeybindings v2.0.3resigned1

  • rating
  • rating
  • rating
  • rating
  • rating
5.00 (3 reviews)
Vi(m) directional keybindings for Firefox.

# Firefox extension with a few vi(m) keybindings.

* [Install](https://addons.mozilla.org/en-US/firefox/addon/vimkeybindings/)
* [Source on Github](https://github.com/autonome/vimkeybindings)

## Supported Commands

* h : scroll left
* j : scroll down
* k : scroll up
* l : scroll right
* g : go to the top of the page
* G (shift-g) : go to the bottom of the page


## Credits

* Originally by the author of [this O'Reilly post](http://www.oreillynet.com/linux/blog/2006/04/firefox_with_vim_keybindings.html)
* Packaged by Arno, a commenter there
* Updated and repackaged by me on AMO
* Documented by Christopher Svec
* Rewritten from scratch with the WebExtensions API for Firefox 53 and after (and a few before) by me