From 87dcfa6edd43316068347ff5b8f23c76bdc7b472 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Thu, 30 May 2024 10:04:25 -0500 Subject: Add half-screen down/up scrolling --- lib/help_screen.ml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/help_screen.ml') 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" -- cgit v1.2.3