aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-05-01 10:09:10 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-05-01 10:15:27 +0530
commit19448edfc66ed2a294eb2eb255678b264add5048 (patch)
tree8a06282c56bd01ac42b13a04731c0d2c1471f8ac /README.md
parent090324b8f110b0f2402e91de65a62420dd601b03 (diff)
downloadnnn-19448edfc66ed2a294eb2eb255678b264add5048.tar.gz
Update help on filter
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 66d142e..bb1596d 100644
--- a/README.md
+++ b/README.md
@@ -264,6 +264,7 @@ There are 3 ways to reset a filter:
Common use cases:
- to list all matches starting with the filter expression, start the expression with a `^` (caret) symbol
- type `\.mkv` to list all MKV files
+- use `.*` to match any character (_sort of_ fuzzy search)
If `nnn` is invoked as root or the environment variable `NNN_SHOW_HIDDEN` is set the default filter will also match hidden files.