zed/docs/src
Andrew Lygin 0933426e63
Editor tab bar settings (#7356)
This PR is another step to tabless editing (#6424, #4963). It adds
support for tab bar settings that allow the user to change its placement
or to hide completely.

Configuraton:

```json
"tab_bar": {
  "show": true
}
```

Placemnet options are "top", "bottom" and "no".

This PR intentionally doesn't affect tab bars of other panes (Terminal
for instance) to keep code changes small. I guess we'll do the rest in
separate PRs.

Release Notes:

- Added support for configuring the editor tab bar (part of #6424,
#4963).

---------

Co-authored-by: Mikayla <mikayla@zed.dev>
2024-05-08 10:54:48 -07:00
..
development docs: Add linux build command explanation (#11513) 2024-05-07 14:37:34 -07:00
languages Document configuring pyright for pyproject.toml (#11508) 2024-05-07 14:40:34 -04:00
adding-new-languages.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
additional-learning-materials.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
assistant-panel.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
channels.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
code-of-conduct.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
collaboration.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
configuring-zed.md Editor tab bar settings (#7356) 2024-05-08 10:54:48 -07:00
contribute-to-zed.md docs: Fix some typos (#11443) 2024-05-06 11:45:17 -04:00
conversations.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
developing-zed.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
feedback-and-support.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
getting-started.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
key-bindings.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
remote-development.md Add a nohup workaround (#11499) 2024-05-07 09:50:06 -06:00
SUMMARY.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
system-requirements.md docs: Update system requirements to note Linux and Windows can be built from source. (#11438) 2024-05-06 11:01:00 -04:00
tasks.md docs: Port over tasks docs from old docs (#11439) 2024-05-06 11:06:56 -04:00
telemetry.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
themes.md docs: Update "Themes" page (#11379) 2024-05-03 19:05:29 -04:00
vim.md Restore vim docs (#11491) 2024-05-07 09:24:00 -06:00