Documentation Update - Referenced edit command

- Added new edit command references to docs.
- Added "#editor=vi" default .taskrc entry.
This commit is contained in:
Paul Beckingham 2009-05-14 00:54:02 -04:00
parent 612b872ed4
commit 2fd7f6d681
3 changed files with 9 additions and 2 deletions

View file

@ -155,6 +155,7 @@ void Config::createDefault (const std::string& home)
fprintf (out, "due=7\n");
fprintf (out, "nag=You have higher priority tasks.\n");
fprintf (out, "locking=on\n");
fprintf (out, "#editor=vi\n");
fprintf (out, "color.overdue=bold_red\n");
fprintf (out, "color.due=bold_yellow\n");