mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-06 08:07:42 +00:00
Add docs for search settings (#17662)
This commit is contained in:
parent
36eb1c15ea
commit
19463b59e2
1 changed files with 15 additions and 0 deletions
|
@ -1134,6 +1134,21 @@ These values take in the same options as the root-level settings with the same n
|
|||
|
||||
`boolean` values
|
||||
|
||||
## Search
|
||||
|
||||
- Description: Search options to enable by default when opening new project and buffer searches.
|
||||
- Setting: `search`
|
||||
- Default:
|
||||
|
||||
```
|
||||
"search": {
|
||||
"whole_word": false,
|
||||
"case_sensitive": false,
|
||||
"include_ignored": false,
|
||||
"regex": false
|
||||
},
|
||||
```
|
||||
|
||||
## Show Call Status Icon
|
||||
|
||||
- Description: Whether or not to show the call status icon in the status bar.
|
||||
|
|
Loading…
Reference in a new issue