From 81c51c26cc038e7cfa4a74b55521f63c2f26a4a5 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 20 Feb 2025 08:02:04 +0900 Subject: [PATCH] [man] Describe what 'smart-case' mode is Close #4256 --- man/man1/fzf.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.