aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.1
diff options
context:
space:
mode:
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 d3e97e0..d30e6f7 100644
--- a/nnn.1
+++ b/nnn.1
@@ -307,9 +307,9 @@ files.
export NNN_NO_AUTOSELECT=1
.Ed
.Pp
-\fBNNN_NO_FILE_OPEN_ON_NAV:\fR disable file open on \fBRight\fR or \fBl\fR keys (\fBEnter\fR opens files).
+\fBNNN_RESTRICT_NAV_OPEN:\fR disable file open on \fBRight\fR or \fBl\fR keys (\fBEnter\fR opens files).
.Bd -literal
- export NNN_NO_FILE_OPEN_ON_NAV=1
+ export NNN_RESTRICT_NAV_OPEN=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.