diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-07-22 16:29:02 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-07-22 16:29:02 +0200 |
commit | 5aa2f0de3caa29c5e9dcef1351dc8b307aea5d1d (patch) | |
tree | c92caff0ef406d534e78f807a3fdeb1b3da24b89 /doc/general.txt | |
parent | 3f621c69fc42d0404017c1db53cd27d09c02da22 (diff) | |
download | calcurse-5aa2f0de3caa29c5e9dcef1351dc8b307aea5d1d.zip |
doc/: Formatting fixes
* Use an AsciiDoc-compatible layout.
* Use a maximum line width of 79 characters everywhere.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'doc/general.txt')
-rw-r--r-- | doc/general.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/general.txt b/doc/general.txt index 53c71e8..ebfaca0 100644 --- a/doc/general.txt +++ b/doc/general.txt @@ -1,8 +1,9 @@ Generic keybindings =================== -Some of the keybindings apply whatever panel is selected. They are -called generic keybinding. +Some of the keybindings apply whatever panel is selected. They are called +generic keybinding. + Here is the list of all the generic key bindings, together with their corresponding action: @@ -21,7 +22,7 @@ corresponding action: 'y' : +1 Year -> move to next year '^G' : Goto today -> move to current day -The '^P' and '^N' keys are used to scroll text upward or downward -when inside specific screens such the help screens for example. -They are also used when the calendar screen is selected to switch -between the available views (monthly and weekly calendar views).
\ No newline at end of file +The '^P' and '^N' keys are used to scroll text upward or downward when inside +specific screens such the help screens for example. They are also used when +the calendar screen is selected to switch between the available views (monthly +and weekly calendar views). |