diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-07-09 00:31:30 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-07-09 00:34:21 +0200 |
commit | 906c2fa02731af0a02338b57096947f5b993759d (patch) | |
tree | e932888c24faf56df515051dcfad4ac8d5692cc4 /doc/goto.txt | |
parent | a3d43ead87a742e6c1ffa24c9528608cc68c7e52 (diff) | |
download | calcurse-906c2fa02731af0a02338b57096947f5b993759d.zip |
Export online help as text files
Move the texts of each online help screen to a separate text file. The
set of files is supposed to replace the online help screens later.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'doc/goto.txt')
-rw-r--r-- | doc/goto.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/goto.txt b/doc/goto.txt new file mode 100644 index 0000000..c6b6482 --- /dev/null +++ b/doc/goto.txt @@ -0,0 +1,12 @@ +Goto +==== + +Jump to a specific day in the calendar. + +Using this command, you do not need to travel to that day using +the displacement keys inside the calendar panel. +If you hit [ENTER] without specifying any date, Calcurse checks the +system current date and you will be taken to that date. + +Notice that pressing '^G', whatever panel is +selected, will select current day in the calendar.
\ No newline at end of file |