commit 6304b52554d60068bd9150b3d1e29148ce079057 from: Omar Polo date: Thu Jun 24 15:13:44 2021 UTC further improvements for about:help commit - 24d724fb1fd138413fe2ac64300cdc2dde1a57e6 commit + 6304b52554d60068bd9150b3d1e29148ce079057 blob - 56ad69194fa0760ff9551c00a655a01cf8a42b50 blob + 6542a6b51b46d27dd3a6a820a70e9e4e9761d454 --- pages.c +++ pages.c @@ -46,6 +46,9 @@ 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" + "\n" "## What is Gemini?\n" "\n" "Gemini is a new internet protocol which:\n" @@ -70,7 +73,7 @@ const char *about_help = "\n" "Telescope is a Gemini browser written for fun, as hobbystic project" " in my free time. As such, it lacks a ton of features you'll find in" - " more mature Gemini browsers, but it also has some unique features.\n" + " more mature Gemini browsers, but it also has some unique ones.\n" "\n" "The UI is strongly inspired from Emacs and W3M, so you'll find some" " familiar concepts, such as the minibuffer or the tabline, but care" @@ -79,13 +82,12 @@ const char *about_help = "\n" "=> gemini://telescope.omarpolo.com Telescope Project Homepage\n" "\n" - "Telescope is documented very carefully in its manpage:\n" + "Telescope is documented very carefully, so please check out the" + " manpage to know more:\n" "\n" "> man telescope\n" "\n" "\n" - "## Tips\n" - "\n" "### Appearance\n" "\n" "Telescope is fully customizable. The default configuration file is\n"