diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2014-07-28 13:04:03 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2014-07-28 13:12:42 +0200 |
commit | 0d481aa00ccbd0f5930644d8c0056ebad2d99f2b (patch) | |
tree | 5449690985d392ba20a3854209973dedfeb518e5 /doc/reload.txt | |
parent | 1cf173106a3ba56ba9d56829bec112b5408cfebe (diff) | |
download | calcurse-0d481aa00ccbd0f5930644d8c0056ebad2d99f2b.zip |
Document the reload feature
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'doc/reload.txt')
-rw-r--r-- | doc/reload.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/reload.txt b/doc/reload.txt new file mode 100644 index 0000000..fc771de --- /dev/null +++ b/doc/reload.txt @@ -0,0 +1,10 @@ +Reload +====== + +Reload appointments and todo items. + +When there are unsaved modifications, calcurse asks you whether you want to +discard the modifications, keep the local modifications (and cancel the reload +action) or merge the modifications with the content of the data files. The +merge operation launches an external merge tool (defaults to vimdiff(1), can be +changed by setting the 'MERGETOOL' environment variable). |