mirror of https://github.com/helix-editor/helix
docs: add entry for `search.ignore-case-unless-smart`
parent
4d949d77de
commit
d9bec02ed0
|
@ -279,6 +279,7 @@ Search specific options.
|
||||||
| Key | Description | Default |
|
| Key | Description | Default |
|
||||||
|--|--|---------|
|
|--|--|---------|
|
||||||
| `smart-case` | Enable smart case regex searching (case-insensitive unless pattern contains upper case characters) | `true` |
|
| `smart-case` | Enable smart case regex searching (case-insensitive unless pattern contains upper case characters) | `true` |
|
||||||
|
| `ignore-case-unless-smart` | Enable case-insensitive search, unless overridden by `smart-case` behavior | `false` |
|
||||||
| `wrap-around`| Whether the search should wrap after depleting the matches | `true` |
|
| `wrap-around`| Whether the search should wrap after depleting the matches | `true` |
|
||||||
|
|
||||||
### `[editor.whitespace]` Section
|
### `[editor.whitespace]` Section
|
||||||
|
|
Loading…
Reference in New Issue