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/displacement.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/displacement.txt')
-rw-r--r-- | doc/displacement.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/displacement.txt b/doc/displacement.txt new file mode 100644 index 0000000..18a3a34 --- /dev/null +++ b/doc/displacement.txt @@ -0,0 +1,25 @@ +Displacement keys +================= + +Move around inside calcurse screens. +The following scheme summarizes how to get around: + + move up + move to previous week + + k K UP + move left ^ + move to previous day | + h H LFT + <-- + --> + l L RGT + | move right + v move to next day + j J DWN + + move to next week + move down + +Moreover, while inside the calendar panel, the '0' key moves +to the first day of the week, and the '$' key selects the last day of +the week. |