diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,9 @@ # Vim Vixen +[](https://gitter.im/vim-vixen/vim-vixen) +[](https://travis-ci.org/ueokande/vim-vixen) +[](https://david-dm.org/ueokande/vim-vixen?type=dev) + Vim Vixen is a Firefox add-on which allows you to navigate with keyboard on the browser. Firefox started to support WebExtensions API and will stop supporting add-ons using legacy APIs from version 57. For this reason, many legacy add-ons do not work on Firefox 57. @@ -40,8 +44,8 @@ The default mappings are as follows: ### Navigation - <kbd>f</kbd>: start following links in the page -- <kbd>H</kbd>: go back in histories -- <kbd>L</kbd>: go forward in histories +- <kbd>H</kbd>: go back in history +- <kbd>L</kbd>: go forward in history - <kbd>[</kbd><kbd>[</kbd>, <kbd>]</kbd><kbd>]</kbd>: find prev or next links and open it - <kbd>g</kbd><kbd>u</kbd>: go to parent directory - <kbd>g</kbd><kbd>U</kbd>: go to root directory |