From 5e8f0aec35716453853f568ff9c75bba869c1150 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 21 Mar 2020 00:55:46 +0530 Subject: [PATCH] Add regex exclude example --- nnn.1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nnn.1 b/nnn.1 index eff3f1c46..77b1c5201 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.