aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2013-07-22 12:23:00 +0200
committerLukas Fleischer <calcurse@cryptocrack.de>2013-07-22 12:23:00 +0200
commit3f621c69fc42d0404017c1db53cd27d09c02da22 (patch)
tree29aa56e62a56507aa96488091352efe8e42213f1
parente55a09b8d94d28a3ad3b036a7d4653da3c7e0891 (diff)
downloadcalcurse-3f621c69fc42d0404017c1db53cd27d09c02da22.tar.gz
calcurse-3f621c69fc42d0404017c1db53cd27d09c02da22.zip
manual.txt: Update "Online help" section
Add information on recent changes to the online help system. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
-rw-r--r--doc/manual.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/manual.txt b/doc/manual.txt
index 2258c15..cd9f5d4 100644
--- a/doc/manual.txt
+++ b/doc/manual.txt
@@ -732,9 +732,15 @@ Two possible export formats are available: `ical` and `pcal` (see section
Online help
~~~~~~~~~~~
-At any time, the built-in help system can be invoked by pressing the `?`
-key. Once viewing the help screens, informations on a specific command can be
-accessed by pressing the keystroke corresponding to that command.
+At any time, the built-in help system can be invoked by pressing the `?` key.
+By default, it shows an introduction to the help system in an external pager.
+You need to exit the pager in order to get back to calcurse (pressing `q`
+should almost always work). The default pager can be changed by setting the
+PAGER environment variable.
+
+If you want to display help on a specific feature or key binding, type `:help
+<feature>` (e.g. `:help add`) or `:help <key>` (e.g. `:help ^A`) on the main
+screen.
Options
-------