mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 16:36:58 -05:00
Replace --normalize with --literal and enable normalization by default
Ref #790
This commit is contained in:
@@ -48,9 +48,8 @@ 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.
|
||||
.B "--literal"
|
||||
Do not normalize latin script letters for matching.
|
||||
.TP
|
||||
.BI "--algo=" TYPE
|
||||
Fuzzy matching algorithm (default: v2)
|
||||
|
||||
Reference in New Issue
Block a user