aboutsummaryrefslogtreecommitdiff
path: root/ctct_config.5.in
diff options
context:
space:
mode:
authorEinhard Leichtfuß <alguien@respiranto.de>2019-01-10 08:17:52 +0100
committerEinhard Leichtfuß <alguien@respiranto.de>2019-01-10 08:17:52 +0100
commit9e34fc04c31fa00f97a889be2d41fb43d44deeb0 (patch)
tree5f4a59747a5f32b2d0dc397bc05c7915f8045537 /ctct_config.5.in
parent0f8ac72b86937513bf10c3ce21ac445724e9a13a (diff)
Honor $VISUAL
It does now take precedence over $EDITOR when editing files. You probably do not want to edit contact entries with ed.
Diffstat (limited to 'ctct_config.5.in')
-rw-r--r--ctct_config.5.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/ctct_config.5.in b/ctct_config.5.in
index 198683f..e1cb570 100644
--- a/ctct_config.5.in
+++ b/ctct_config.5.in
@@ -73,16 +73,19 @@ is called with the
.B \-\-edit
option\.
If set, supersedes both the
+environment variables
+.RB $ VISUAL ,
.RB $ EDITOR
-environment variable
and the
.BR fallback_editor \.
By default, unset\.
.\"
.TP
.BR fallback_editor "=(\fIprogram\fP [\|\fIarg\fP \.\.\.\|])"
-The editor to fall back to if neither the environment variable
-.RB $ EDITOR
+The editor to fall back to if neither any of the environment variables
+.RB $ VISUAL
+and
+.RB $ EDITOR ,
nor
.B default_editor
is set\.