aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-03-21 00:55:46 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-03-21 00:55:46 +0530
commit5e8f0aec35716453853f568ff9c75bba869c1150 (patch)
tree7cb44266ef783ddeed3a2ce30b0a4739ce4be3f1
parent41f80f1f60242dd1e07a9e5d4ef90d2ae0488d36 (diff)
downloadnnn-5e8f0aec35716453853f568ff9c75bba869c1150.tar.gz
Add regex exclude example
-rw-r--r--nnn.12
1 files changed, 2 insertions, 0 deletions
diff --git a/nnn.1 b/nnn.1
index eff3f1c..77b1c52 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.