aboutsummaryrefslogtreecommitdiff
path: root/lib/help_screen.ml
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-30 10:04:25 -0500
committerMarc Coquand <marc@mccd.space>2024-05-30 10:04:25 -0500
commit87dcfa6edd43316068347ff5b8f23c76bdc7b472 (patch)
treec10abd3e81df14e0eaf5b9b1e35d2e76d5ce66e7 /lib/help_screen.ml
parent2c0f6e026acb2ecfc1c39d617f47d024e404bb9d (diff)
downloadstitch-87dcfa6edd43316068347ff5b8f23c76bdc7b472.tar.gz
stitch-87dcfa6edd43316068347ff5b8f23c76bdc7b472.tar.bz2
stitch-87dcfa6edd43316068347ff5b8f23c76bdc7b472.zip
Add half-screen down/up scrolling
Diffstat (limited to 'lib/help_screen.ml')
-rw-r--r--lib/help_screen.ml2
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"