mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 10:36:02 +00:00
less: Add hotkeys f and b to scroll screen up/down
This commit is contained in:
parent
42a76b6c2d
commit
46ed6303a2
Notes:
sideshowbarker
2024-07-17 19:43:09 +09:00
Author: https://github.com/Yaamboo
Commit: 46ed6303a2
Pull-request: https://github.com/SerenityOS/serenity/pull/12310
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue