diff options
author | Miika Hämynen <Yaamboo@users.noreply.github.com> | 2022-02-06 13:23:00 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-02-06 13:44:53 +0100 |
commit | 46ed6303a28f24477b03f00e2b93e6f11bef5ead (patch) | |
tree | b8efd3cc7c93c8a88abc2769c95445e78a83c4d1 /Base/usr | |
parent | 42a76b6c2d96fbba45ab2a3d417ea6ed94067fde (diff) | |
download | serenity-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.md | 3 |
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 |