diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-30 10:04:25 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-30 10:04:25 -0500 |
commit | 87dcfa6edd43316068347ff5b8f23c76bdc7b472 (patch) | |
tree | c10abd3e81df14e0eaf5b9b1e35d2e76d5ce66e7 /lib/help_screen.ml | |
parent | 2c0f6e026acb2ecfc1c39d617f47d024e404bb9d (diff) | |
download | stitch-87dcfa6edd43316068347ff5b8f23c76bdc7b472.tar.gz stitch-87dcfa6edd43316068347ff5b8f23c76bdc7b472.tar.bz2 stitch-87dcfa6edd43316068347ff5b8f23c76bdc7b472.zip |
Add half-screen down/up scrolling
Diffstat (limited to '')
-rw-r--r-- | lib/help_screen.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/help_screen.ml b/lib/help_screen.ml index 3c17a9e..9d10010 100644 --- a/lib/help_screen.ml +++ b/lib/help_screen.ml @@ -25,6 +25,8 @@ let general_help_menu = ; "Exit", "Ctrl-c, q, Esc" ; "Down", "Ctrl-n, j" ; "Up", "Ctrl-p, k" + ; "Half-screen down", "Ctrl-d, PgDn" + ; "Half-screen up", "Ctrl-u, PgUp" ; "Regexp Search", "s" ; "Notes", "1" ; "Todo", "2" |