mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Fix regex for file extension
This commit is contained in:
parent
877f7b4d62
commit
bc025ceb5a
2
nnn.1
2
nnn.1
|
@ -141,7 +141,7 @@ Common use cases:
|
||||||
(1) To list all matches starting with the filter expression, start the expression
|
(1) To list all matches starting with the filter expression, start the expression
|
||||||
with a '^' (caret) symbol.
|
with a '^' (caret) symbol.
|
||||||
.br
|
.br
|
||||||
(2) Type '\\.mkv' to list all MKV files.
|
(2) Type '^.*\\.mkv' to list all MKV files.
|
||||||
.br
|
.br
|
||||||
(3) Use '.*' to match any character (\fIsort of\fR fuzzy search).
|
(3) Use '.*' to match any character (\fIsort of\fR fuzzy search).
|
||||||
.Pp
|
.Pp
|
||||||
|
|
Loading…
Reference in a new issue