zed/docs/src
Andrew Lygin 37f7957826
Setting to show/hide terminal title (#8559)
This PR adds settings for hiding title (breadcrumbs) from the terminal
toolbar. If the title is hidden, the toolbar disappears completely.

Example:

```json
"terminal": {
  "toolbar": {
    "title": true,
  }
}
```

[The PR that added the "toolbar"
setting](https://github.com/zed-industries/zed/pull/7338) didn't affect
toolbars of the terminals that are placed in the editor pane. This PR
fixes that.


Release Notes:

- Added support for configuring the terminal toolbar ([8125](https://github.com/zed-industries/zed/issues/8125))
2024-03-01 23:37:02 +02:00
..
languages Add language server for Terraform (#7657) 2024-02-26 17:08:49 -08:00
CODE_OF_CONDUCT.md Adjust heading levels in docs (#7163) 2024-01-31 12:34:31 -05:00
configuring_zed.md Setting to show/hide terminal title (#8559) 2024-03-01 23:37:02 +02:00
configuring_zed__configuring_vim.md vim: f and t multiline option (#8448) 2024-02-27 19:34:19 -07:00
configuring_zed__key_bindings.md Format docs with Prettier (#8134) 2024-02-21 13:21:22 -05:00
developing_zed__adding_languages.md Adjust heading levels in docs (#7163) 2024-01-31 12:34:31 -05:00
developing_zed__building_zed.md Update docs for building Zed (#8092) 2024-02-20 17:34:13 -05:00
developing_zed__building_zed_linux.md Add other vkcube command to Linux docs (#8543) 2024-02-28 15:07:28 -08:00
developing_zed__building_zed_macos.md Update docs for building Zed (#8092) 2024-02-20 17:34:13 -05:00
developing_zed__debugging_crashes.md Add ./script/symbolicate (#8165) 2024-02-22 08:50:39 -07:00
developing_zed__local_collaboration.md Adjust heading levels in docs (#7163) 2024-01-31 12:34:31 -05:00
feedback.md Adjust heading levels in docs (#7163) 2024-01-31 12:34:31 -05:00
getting_started.md Adjust heading levels in docs (#7163) 2024-01-31 12:34:31 -05:00
SUMMARY.md Add task docs and default keybindings (#8123) 2024-02-21 16:43:56 +02:00
system_requirements.md Update all links point to community 2024-01-24 15:11:17 -05:00
tasks.md Added menu::UseSelectedQuery command that populates task modal query with the selected task name (#8572) 2024-02-29 02:20:43 +02:00
telemetry.md Adjust heading levels in docs (#7163) 2024-01-31 12:34:31 -05:00