diff --git a/docs/src/configuring_zed.md b/docs/src/configuring_zed.md index 6424ec1afc35189cc3df64508507bb38ee9dfaea..762ab15ed8050b47983decae66f48af1e6f0fd7b 100644 --- a/docs/src/configuring_zed.md +++ b/docs/src/configuring_zed.md @@ -730,12 +730,13 @@ These values take in the same options as the root-level settings with the same n ## Preview tabs - Description: + (requires Zed `0.132.x`) \ Preview tabs allow you to open files in preview mode, where they close automatically when you switch to another file unless you explicitly pin them. This is useful for quickly viewing files without cluttering your workspace. Preview tabs display their file names in italics. \ There are several ways to convert a preview tab into a regular tab: - Double-clicking on the file - Double-clicking on the tab header - - Using the 'project_panel::OpenPermanent' action + - Using the `project_panel::OpenPermanent` action - Editing the file - Dragging the file to a different pane @@ -749,8 +750,6 @@ These values take in the same options as the root-level settings with the same n } ``` -**Options** - ### Enable preview from file finder - Description: Determines whether to open files in preview mode when selected from the file finder. @@ -926,7 +925,7 @@ These values take in the same options as the root-level settings with the same n "font_features": null, "font_size": null, "option_as_meta": false, - "button": false + "button": false, "shell": {}, "toolbar": { "title": true @@ -1305,6 +1304,21 @@ Run the `theme selector: toggle` action in the command palette to see a current `boolean` values +## Calls + +- Description: Customise behaviour when participating in a call +- Setting: `calls` +- Default: + +```json +"calls": { + // Join calls with the microphone live by default + "mute_on_join": false, + // Share your project when you are the first to join a channel + "share_on_join": true +}, +``` + ## An example configuration: ```json