[man] Describe what 'smart-case' mode is

Close #4256
This commit is contained in:
Junegunn Choi
2025-02-20 08:02:04 +09:00
parent 6fa8295ac5
commit 81c51c26cc

View File

@@ -56,7 +56,9 @@ Case-insensitive match (default: smart-case match)
Case-sensitive match
.TP
.B "\-\-smart\-case"
Smart-case match (default)
Smart-case match (default). In this mode, the search is case-insensitive by
default, but it becomes case-sensitive if the query contains any uppercase
letters.
.TP
.B "\-\-literal"
Do not normalize latin script letters for matching.