aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/index.md2
-rw-r--r--docs/keymaps.md15
2 files changed, 10 insertions, 7 deletions
diff --git a/docs/index.md b/docs/index.md
index 7917645..b7e8624 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -13,7 +13,7 @@ since it uses the WebExtensions API.
### Install Vim Vixen
-Vim Vixen is supported on Firefox 60 ESR. Please latest version of stable ESR
+Vim Vixen is supported on Firefox 68 ESR. Please latest version of stable ESR
from the [download page](https://www.mozilla.org/en-US/firefox/).
You can install Vim Vixen from [Firefox add-ons (addons.mozilla.org)][AMO], and
manage installed addon-ons on Firefox preferences `about:preferences`.
diff --git a/docs/keymaps.md b/docs/keymaps.md
index 9ae0c98..504a093 100644
--- a/docs/keymaps.md
+++ b/docs/keymaps.md
@@ -4,8 +4,11 @@ title: Keymaps
# Keymaps
-Keymaps are configurable in the add-on's preferences by navigating to `about:addons` and selecting "Extensions".
-The default mappings are as follows:
+The following descriptions are the default keymaps.
+You can configure keymaps in the add-on's preferences by navigating to `about:addons` and selecting "Extensions".
+
+In the following descriptions, <kbd>Ctrl</kbd>+<kbd>x</kbd> means "press <kbd>x</kbd> with <kbd>Ctrl</kbd>", and <kbd>g</kbd><kbd>x</kbd> means "press <kbd>g</kbd>, then press <kbd>x</kbd>".
+Some commands may be preceded by a decimal number, such as <kbd>3</kbd><kbd>d</kbd> deletes three tabs.
## Scrolling
@@ -13,10 +16,10 @@ The default mappings are as follows:
- <kbd>j</kbd>: scroll down
- <kbd>h</kbd>: scroll left
- <kbd>l</kbd>: scroll right
-- <kbd>Ctrl</kbd>+<kbd>U</kbd>: scroll up half a page
-- <kbd>Ctrl</kbd>+<kbd>D</kbd>: scroll down half a page
-- <kbd>Ctrl</kbd>+<kbd>B</kbd>: scroll up a page
-- <kbd>Ctrl</kbd>+<kbd>F</kbd>: scroll down a page
+- <kbd>Ctrl</kbd>+<kbd>u</kbd>: scroll up half a page
+- <kbd>Ctrl</kbd>+<kbd>d</kbd>: scroll down half a page
+- <kbd>Ctrl</kbd>+<kbd>b</kbd>: scroll up a page
+- <kbd>Ctrl</kbd>+<kbd>f</kbd>: scroll down a page
- <kbd>g</kbd><kbd>g</kbd>: scroll to the top of a page
- <kbd>G</kbd>: scroll to the bottom of a page
- <kbd>0</kbd>: scroll to the leftmost part of a page