diff --git a/docs/src/configuring-zed.md b/docs/src/configuring-zed.md index 43b2a971e6c0cd5dec1854b642aee39e9673bb61..ac72abd7c2635f1873ea2ee23770ba58babbaf6d 100644 --- a/docs/src/configuring-zed.md +++ b/docs/src/configuring-zed.md @@ -929,6 +929,8 @@ List of `string` values - Setting: `cursors` - Default: `true` +Cursor indicators appear as small marks on the scrollbar showing where other collaborators' cursors are positioned in the file. + **Options** `boolean` values @@ -939,6 +941,8 @@ List of `string` values - Setting: `git_diff` - Default: `true` +Git diff indicators appear as colored marks showing lines that have been added, modified, or deleted compared to the git HEAD. + **Options** `boolean` values @@ -949,6 +953,8 @@ List of `string` values - Setting: `search_results` - Default: `true` +Search result indicators appear as marks showing all locations in the file where your current search query matches. + **Options** `boolean` values @@ -959,6 +965,8 @@ List of `string` values - Setting: `selected_text` - Default: `true` +Selected text indicators appear as marks showing all occurrences of the currently selected text throughout the file. + **Options** `boolean` values @@ -969,6 +977,8 @@ List of `string` values - Setting: `selected_symbol` - Default: `true` +Selected symbol indicators appear as marks showing all occurrences of the currently selected symbol (like a function or variable name) throughout the file. + **Options** `boolean` values @@ -979,6 +989,8 @@ List of `string` values - Setting: `diagnostics` - Default: `all` +Diagnostic indicators appear as colored marks showing errors, warnings, and other language server diagnostics at their corresponding line positions in the file. + **Options** 1. Show all diagnostics: