aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.1
diff options
context:
space:
mode:
Diffstat (limited to 'nnn.1')
-rw-r--r--nnn.112
1 files changed, 6 insertions, 6 deletions
diff --git a/nnn.1 b/nnn.1
index 3640ff9..acca669 100644
--- a/nnn.1
+++ b/nnn.1
@@ -11,7 +11,9 @@
.Op Ar -e
.Op Ar -i
.Op Ar -l
+.Op Ar -n
.Op Ar -p file
+.Op Ar -s
.Op Ar -S
.Op Ar -v
.Op Ar -h
@@ -187,6 +189,9 @@ supports the following options:
.Fl "p file"
copy (or \fIpick\fR) selection to file, or stdout if file='-'
.Pp
+.Fl s
+ use substring match for filters instead of regex
+.Pp
.Fl S
start in disk usage analyzer mode
.Pp
@@ -235,7 +240,7 @@ with a '^' (caret) symbol.
.br
(3) Use '.*' to match any character (\fIsort of\fR fuzzy search).
.Pp
-To filter entries by substring match export the environment variable \fBNNN_PLAIN_FILTER\fR.
+There is a program option to filter entries by substring match.
.Pp
If
.Nm
@@ -335,11 +340,6 @@ files.
.Bd -literal
export NNN_RESTRICT_0B=1
.Ed
-.Pp
-\fBNNN_PLAIN_FILTER:\fR use substring match in filter mode.
-.Bd -literal
- export NNN_PLAIN_FILTER=1
-.Ed
.Sh KNOWN ISSUES
If you are using urxvt you might have to set backspace key to DEC.
.Sh AUTHORS