소스 검색

Add regex exclude example

master
Arun Prakash Jana 5 년 전
부모
커밋
5e8f0aec35
No known key found for this signature in database GPG 키 ID: A75979F35C080412
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      nnn.1

+ 2
- 0
nnn.1 파일 보기

@@ -229,6 +229,8 @@ Common regex use cases:
(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).
.br
(4) Exclude filenames having 'nnn' (compiled with PCRE lib): '^(?!nnn)'
.Pp .Pp
In the \fInavigate-as-you-type\fR mode directories are opened in filter In the \fInavigate-as-you-type\fR mode directories are opened in filter
mode, allowing continuous navigation. Works best with the \fBarrow keys\fR. mode, allowing continuous navigation. Works best with the \fBarrow keys\fR.


불러오는 중...
취소
저장