mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-28 01:24:17 +00:00
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))
|
||
|---|---|---|
| .. | ||
| languages | ||
| CODE_OF_CONDUCT.md | ||
| configuring_zed.md | ||
| configuring_zed__configuring_vim.md | ||
| configuring_zed__key_bindings.md | ||
| developing_zed__adding_languages.md | ||
| developing_zed__building_zed.md | ||
| developing_zed__building_zed_linux.md | ||
| developing_zed__building_zed_macos.md | ||
| developing_zed__debugging_crashes.md | ||
| developing_zed__local_collaboration.md | ||
| feedback.md | ||
| getting_started.md | ||
| SUMMARY.md | ||
| system_requirements.md | ||
| tasks.md | ||
| telemetry.md | ||