diff options
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |