aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.1
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-01-11 22:15:51 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-01-11 22:15:51 +0530
commit08520ac80ee762c390dce35e503b046af8fab216 (patch)
tree35bdbc332d9986d746b4f86067d8f0c7f22930ab /nnn.1
parent5df41255b293d20ea5f1a54ba1950ff483c66187 (diff)
downloadnnn-08520ac80ee762c390dce35e503b046af8fab216.tar.gz
Rename config env var
Diffstat (limited to 'nnn.1')
-rw-r--r--nnn.14
1 files changed, 2 insertions, 2 deletions
diff --git a/nnn.1 b/nnn.1
index 4a824a1..afefc08 100644
--- a/nnn.1
+++ b/nnn.1
@@ -305,9 +305,9 @@ files.
export NNN_NO_AUTOSELECT=1
.Ed
.Pp
-\fBDISABLE_FILE_OPEN_ON_NAV:\fR disable file open on \fBRight\fR or \fBl\fR keys (\fBEnter\fR opens files).
+\fBNNN_NO_FILE_OPEN_ON_NAV:\fR disable file open on \fBRight\fR or \fBl\fR keys (\fBEnter\fR opens files).
.Bd -literal
- export DISABLE_FILE_OPEN_ON_NAV=1
+ export NNN_NO_FILE_OPEN_ON_NAV=1
.Ed
.Pp
\fBNNN_RESTRICT_0B:\fR restrict opening 0-byte files due to unexpected behaviour; use \fIedit\fR or \fIopen with\fR to open the file.