diff --git a/html/advanced.html b/html/advanced.html index bccf1e739..d7b412020 100644 --- a/html/advanced.html +++ b/html/advanced.html @@ -442,7 +442,7 @@ ID Project Pri Description
Task will first check to see if you have defined a text editor - in the TASK_EDITOR environment variable. If not, task will + in the 'editor' configuration variable. If not, task will check to see if you defined a text editor in the VISUAL environment variable. If not task will check to see if you defined a text editor in the EDITOR environment variable. diff --git a/html/config.html b/html/config.html index 96b0c4a15..ac7f5f43b 100644 --- a/html/config.html +++ b/html/config.html @@ -191,6 +191,18 @@ Defaults to "Monday". +
task edit <ID>
+
+ command is used. Task will first for this configuration
+ variable. If found, it is used. Otherwise task will look
+ for the VISUAL or EDITOR environment variables, before it
+ defaults to using 'vi'.
+