commit 355bef226138f678eb361d2bf22a519aac1480db from: Omar Polo date: Fri Jun 25 08:29:02 2021 UTC other improvements for about:help * reword in first tip * mention the keys for load-url * link the online version of the manpage commit - 752e45c89888d5dd6d3947cf462ae0fbf12c48dc commit + 355bef226138f678eb361d2bf22a519aac1480db blob - 6542a6b51b46d27dd3a6a820a70e9e4e9761d454 blob + f910154c4a3ea9143eeccfd478f2c89b5e14687c --- pages.c +++ pages.c @@ -46,9 +46,11 @@ const char *about_blank = "\n"; const char *about_help = "# Help\n" "\n" - "> Tip: use the arrow keys, the page up/down keys, hjkl or C-{b,f,n,p}" - " to move the cursor and read the page.\n" + "> Tip: use the arrow keys, page up/down, hjkl or C-{b,f,n,p} to move" + " the cursor and read the page.\n" "\n" + "> Tip: to enter an URL and start browsing, type `>' or `C-x C-f'.\n" + "\n" "## What is Gemini?\n" "\n" "Gemini is a new internet protocol which:\n" @@ -87,7 +89,10 @@ const char *about_help = "\n" "> man telescope\n" "\n" + "=> gemini://gemini.omarpolo.com/cgi/man/telescope" + " Telescope man page in the gemini space.\n" "\n" + "\n" "### Appearance\n" "\n" "Telescope is fully customizable. The default configuration file is\n"