Commit Diff


commit - 2c362f957c25fcd76fa47a249fe1b70c6291b890
commit + a38a5d13f8c52763e826adb56c3ccbaec8018b76
blob - 7c5c96043926e55fe906ce484c6a29086e89e7ad
blob + 0b626112bb636bfce363c571c54c666a077339f7
--- pages.c
+++ pages.c
@@ -58,6 +58,9 @@ const char *about_help =
 	"\n"
 	"=> gemini://gemini.circumlunar.space Project Gemini Homepage\n"
 	"\n"
+	"> Tip: to navigate forward and backward in the history, use"
+	" `C-M-b' and `C-M-f' (or `H' and `L').\n"
+	"\n"
 	"> Tip: move the cursor over a link and press M-RET (alt-enter) to"
 	" open it in another tab.  Then use `C-x t n' and `C-x t p'"
 	" (or `g t' and `g T') to switch between tabs.\n"
@@ -89,17 +92,10 @@ const char *about_help =
 	"\n"
 	"> ~/.telescope/config\n"
 	"\n"
-	"Try to enable `olivetti-mode' with `M-x olivetti-mode RET' or with:\n"
-	"> set olivetti-mode = 1\n"
-	"in your config file.\n"
-	"\n"
 	"If your terminal emulator doesn't have problems with UTF-8 glyphs,"
 	" try to load Telescope with the following configuration:\n"
 	"\n"
 	"``` Example of configuration file with some pretty defaults\n"
-	"# break paragraphs at most at the 72th column\n"
-	"set fill-column = 72\n"
-	"\n"
 	"# pretty prefixes\n"
 	"style line.item {\n"
 	"	prefix \" • \" \"   \"\n"
@@ -107,6 +103,8 @@ const char *about_help =
 	"\n"
 	"style line.link {\n"
 	"	prefix \"→ \" \"  \"\n"
+	"	fg blue\n"
+	"	attr normal underline\n"
 	"}\n"
 	"\n"
 	"style line.quote {\n"