From 19463b59e2fb9ea2c14bf5f75c16891ca9e204f5 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Tue, 10 Sep 2024 16:12:45 -0400 Subject: [PATCH] Add docs for search settings (#17662) --- docs/src/configuring-zed.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/src/configuring-zed.md b/docs/src/configuring-zed.md index b935a8b824..82f5a24484 100644 --- a/docs/src/configuring-zed.md +++ b/docs/src/configuring-zed.md @@ -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.