summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-09-12 11:00:30 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-09-12 11:00:30 +0900
commit9017e297417bc20c89e1e7c9ce47f1c2fbbfd5fc (patch)
tree85e617ae04e9cf9b7a1551c6da17ee83b090aa90 /README.md
parent0a22142d88ae6cf65d3c9801978241554c3ee968 (diff)
Make it possible to unquote the term in extended-exact mode
Close #338
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2bbdff7c..6ec5fbcd 100644
--- a/README.md
+++ b/README.md
@@ -125,7 +125,8 @@ such as: `^music .mp3$ sbtrkt !rmx`
| `!'fire` | Items that do not include `fire` | inverse-exact-match |
If you don't need fuzzy matching and do not wish to "quote" every word, start
-fzf with `-e` or `--extended-exact` option.
+fzf with `-e` or `--extended-exact` option. Note that in `--extended-exact`
+mode, `'`-prefix "unquotes" the term.
#### Environment variables