Skip to content

autonome/vimkeybindings

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Firefox extension with a few vi(m) keybindings.

Supported Commands

  • h : scroll left
  • j : scroll down
  • k : scroll up
  • l : scroll right
  • gg : go to the top of the page
  • G (shift-g) : go to the bottom of the page
  • gt : go to the next tab
  • gT : go to the previous tab
  • {n}gt : go to the nth tab

Commands can be repeated as in vim. Example: 50j will scroll down 50 lines.

Credits

  • Originally by the author of this O'Reilly post
  • 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

About

Firefox add-on providing simple vi directional keys. Nothing else.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published