diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -2,6 +2,7 @@ [](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. @@ -44,8 +45,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 @@ -54,6 +55,8 @@ The default mappings are as follows: - <kbd>z</kbd><kbd>i</kbd>, <kbd>z</kbd><kbd>o</kbd>: zoom-in/zoom-out - <kbd>z</kbd><kbd>z</kbd>: Set default zoom level - <kbd>y</kbd>: copy URL in current tab +- <kbd>p</kbd>: open clipbord's URL in current tab +- <kbd>P</kbd>: open clipbord's URL in new tab - <kbd>Shift</kbd>+<kbd>Esc</kbd>: enable or disable the add-on in current tab. ### Console commands |