zed/assets/settings
thataboy 65961b80fc
Add a way to configure default search options (#17179)
Closes https://github.com/zed-industries/zed/issues/4646

```json
// Search options to enable by default when opening new project and buffer searches.
"search": {
  "whole_word": false,
  "case_sensitive": false,
  "include_ignored": false,
  "regex": false
}
```

Release Notes:

- Added `search` settings section to configure default options enabled
in buffer and project searches
([#4646](https://github.com/zed-industries/zed/issues/4646))

---------

Co-authored-by: Kirill Bulatov <mail4score@gmail.com>
2024-09-07 10:25:41 -04:00
..
default.json Add a way to configure default search options (#17179) 2024-09-07 10:25:41 -04:00
initial_local_settings.json Fix broken link in initial settings (#15119) 2024-07-25 08:25:27 -04:00
initial_tasks.json docs: Fix shell setting doc (#17208) 2024-09-03 13:19:42 -04:00
initial_user_settings.json Use lowercase command names in initial settings files (#15717) 2024-08-03 09:35:09 -04:00