diff options
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" |