summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-01-09 03:12:23 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-01-09 03:12:23 +0900
commit45793d75c2d168d51be3578b8d785159ec81ff92 (patch)
tree6dd86e81972abe8200844d512091910a6f5e11fa /man
parent9d545f9578b7cf154543bb645cb6da0f01801e5d (diff)
Add --normalize option to normalize latin script characters
Close #790
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.14
1 files changed, 4 insertions, 0 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index b6540e1e..1bcfb631 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -48,6 +48,10 @@ Case-insensitive match (default: smart-case match)
.B "+i"
Case-sensitive match
.TP
+.B "--normalize"
+Normalize latin script letters before matching. This is not enabled by default
+to avoid performance overhead.
+.TP
.BI "--algo=" TYPE
Fuzzy matching algorithm (default: v2)