Skip to content

Commit

Permalink
Add regex exclude example
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Mar 20, 2020
1 parent 41f80f1 commit 5e8f0ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nnn.1
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5e8f0ae

Please sign in to comment.