about summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-07-16 18:09:51 +0200
committerbptato <nincsnevem662@gmail.com>2024-07-16 18:09:51 +0200
commit88a43edc6a915890a1864e912669e258b45a0889 (patch)
tree21a7b4748941f66b0e7dcc0dfc51f5348ffa3b4b /doc
parent6a06e111ebfbb8bbf69f4539863ae2d5d62794f9 (diff)
downloadchawan-88a43edc6a915890a1864e912669e258b45a0889.tar.gz
config: support smart case
and enable it by default.
Diffstat (limited to 'doc')
-rw-r--r--doc/config.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/config.md b/doc/config.md
index b55cf74b..9b9bcae1 100644
--- a/doc/config.md
+++ b/doc/config.md
@@ -191,9 +191,11 @@ Following is a list of search options:
 
 <tr>
 <td>ignore-case</td>
-<td>boolean</td>
+<td>"auto" / boolean</td>
 <td>When set to true, document-wide searches are case-insensitive by
-default.<br>
+default. When set to "auto", searches are only case-sensitive when the search
+term includes a capital letter.<br>
+Defaults to "auto".<br>
 Note: this can also be overridden inline in the search bar (vim-style),
 with the escape sequences `\c` (ignore case) and `\C` (strict case). See
 [search mode](#search-mode) for details.)</td>