summaryrefslogtreecommitdiff
path: root/Base/usr
diff options
context:
space:
mode:
authorMiika Hämynen <Yaamboo@users.noreply.github.com>2022-02-06 13:23:00 +0200
committerAndreas Kling <kling@serenityos.org>2022-02-06 13:44:53 +0100
commit46ed6303a28f24477b03f00e2b93e6f11bef5ead (patch)
treeb8efd3cc7c93c8a88abc2769c95445e78a83c4d1 /Base/usr
parent42a76b6c2d96fbba45ab2a3d417ea6ed94067fde (diff)
downloadserenity-46ed6303a28f24477b03f00e2b93e6f11bef5ead.zip
less: Add hotkeys f and b to scroll screen up/down
Diffstat (limited to 'Base/usr')
-rw-r--r--Base/usr/share/man/man1/less.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Base/usr/share/man/man1/less.md b/Base/usr/share/man/man1/less.md
index 9327d060ed..459a1a1db1 100644
--- a/Base/usr/share/man/man1/less.md
+++ b/Base/usr/share/man/man1/less.md
@@ -35,7 +35,8 @@ does not exist, and no command use `N`.
| `q` | Exit less. |
| `j` or `DOWNARROW` or `ENTER` | Go to the next line. |
| `k` or `UPARROW` | Go to the previous line. |
-| `SPACE` | Go to the next page. |
+| `f` or `SPACE` | Go to the next page. |
+| `b` | Go to the previous page. |
## Prompts