diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-12-22 10:47:00 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-22 10:47:00 +0900 |
commit | b2dcdedad729ff7087867da50e20578f9fc8fb29 (patch) | |
tree | 033ecffbd7db9b6db8000464a68d748fcae1dc3d /docs/keymaps.md | |
parent | 3c7230c3036e8bb2b2e9a752be9b0ef4a0a7349d (diff) | |
parent | 75f86907fc2699c0f0661d4780c38249a18f849b (diff) |
Merge pull request #689 from ueokande/n-times-repeat-operations
Repeat commands n-times
Diffstat (limited to 'docs/keymaps.md')
-rw-r--r-- | docs/keymaps.md | 15 |
1 files changed, 9 insertions, 6 deletions
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 |