From: Arun Prakash Jana Date: Fri, 20 Mar 2020 19:25:46 +0000 (+0530) Subject: Add regex exclude example X-Git-Tag: v3.1~69 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=5e8f0aec35716453853f568ff9c75bba869c1150;p=nnn.git Add regex exclude example --- diff --git a/nnn.1 b/nnn.1 index eff3f1c4..77b1c520 100644 --- a/nnn.1 +++ b/nnn.1 @@ -229,6 +229,8 @@ Common regex use cases: (2) Type '\\.mkv' to list all MKV files. .br (3) Use '.*' to match any character (\fIsort of\fR fuzzy search). +.br +(4) Exclude filenames having 'nnn' (compiled with PCRE lib): '^(?!nnn)' .Pp In the \fInavigate-as-you-type\fR mode directories are opened in filter mode, allowing continuous navigation. Works best with the \fBarrow keys\fR.