summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-02-20 08:02:04 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-02-20 08:02:04 +0900
commit81c51c26cc038e7cfa4a74b55521f63c2f26a4a5 (patch)
tree67c5b1df8bbfaa9cec0d4566a8e714e8ea37d6e5
parent6fa8295ac5cd271f25f431611c25944bed416120 (diff)
downloadfzf-81c51c26cc038e7cfa4a74b55521f63c2f26a4a5.tar.gz
[man] Describe what 'smart-case' mode is
Close #4256
-rw-r--r--man/man1/fzf.14
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index d0f566c7..dfc72693 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -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.