From 83f5e6d1f46751310976c70dddd4c53743f192e8 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sat, 21 Dec 2019 17:34:57 +0900 Subject: Add documents for numeric prefix --- docs/keymaps.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'docs/keymaps.md') diff --git a/docs/keymaps.md b/docs/keymaps.md index 9ae0c98..aff7fc9 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, Ctrl+x means "press x with Ctrl", and gx means "press g, then press x". +Some commands may be preceded by a decimal number, such as 3d deltes three tabs. ## Scrolling @@ -13,10 +16,10 @@ The default mappings are as follows: - j: scroll down - h: scroll left - l: scroll right -- Ctrl+U: scroll up half a page -- Ctrl+D: scroll down half a page -- Ctrl+B: scroll up a page -- Ctrl+F: scroll down a page +- Ctrl+u: scroll up half a page +- Ctrl+d: scroll down half a page +- Ctrl+b: scroll up a page +- Ctrl+f: scroll down a page - gg: scroll to the top of a page - G: scroll to the bottom of a page - 0: scroll to the leftmost part of a page -- cgit v1.2.3 From 75f86907fc2699c0f0661d4780c38249a18f849b Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sun, 22 Dec 2019 09:06:43 +0900 Subject: Fix spell --- docs/keymaps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/keymaps.md') diff --git a/docs/keymaps.md b/docs/keymaps.md index aff7fc9..504a093 100644 --- a/docs/keymaps.md +++ b/docs/keymaps.md @@ -8,7 +8,7 @@ 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, Ctrl+x means "press x with Ctrl", and gx means "press g, then press x". -Some commands may be preceded by a decimal number, such as 3d deltes three tabs. +Some commands may be preceded by a decimal number, such as 3d deletes three tabs. ## Scrolling -- cgit v1.2.3