aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-09-15 19:06:22 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-09-15 19:06:43 +0530
commit07e994788ada032976242e19c1e1a007594b9524 (patch)
treeb5c5861088f469de75e40bdc70370ea11c01da8e
parent240c0e5fedd35c8aa17d379b510e1345ea024a23 (diff)
downloadnnn-07e994788ada032976242e19c1e1a007594b9524.tar.gz
Fix #730
-rw-r--r--nnn.12
-rw-r--r--src/nnn.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/nnn.1 b/nnn.1
index 2b58c6e..f991742 100644
--- a/nnn.1
+++ b/nnn.1
@@ -347,7 +347,7 @@ Press '-' to return to the listing dir. Press 'Enter' to open the symlink.
The minimum file size unit is byte (B). The rest are K, M, G, T, P, E, Z, Y
(powers of 1024), same as the default units in \fIls\fR.
.Sh ENVIRONMENT
-The SHELL, EDITOR (VISUAL, if defined) and PAGER environment variables are
+The SHELL, VISUAL (else EDITOR) and PAGER environment variables are
used. A single combination of arguments is supported for SHELL and PAGER.
.Pp
\fBNNN_OPTS:\fR binary options to
diff --git a/src/nnn.c b/src/nnn.c
index 8de6021..5684c00 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -4561,7 +4561,7 @@ static void show_help(const char *path)
"9o ^O Open with...%-12cn Create new/link\n"
"9f ^F File details%-12cd Detail mode toggle\n"
"b^R Rename/dup%-14cr Batch rename\n"
- "cz Archive%-17ce Edit in EDITOR\n"
+ "cz Archive%-17ce Edit file\n"
"c* Toggle exe%-14c> Export list\n"
"5Space ^J (Un)select%-11cm ^K Mark range/clear\n"
"9p ^P Copy sel here%-11ca Select all\n"