浏览代码

Add regex exclude example

master
Arun Prakash Jana 5 年前
父节点
当前提交
5e8f0aec35
找不到此签名对应的密钥 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.
.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.


正在加载...
取消
保存