@ -76,7 +76,7 @@ The `[editor.statusline]` key takes the following sub-keys:
| Key | Description | Default |
| Key | Description | Default |
| --- | --- | --- |
| --- | --- | --- |
| `left` | A list of elements aligned to the left of the statusline | `["mode", "spinner", "file-name", "read-only-indicator", "file-modification-indicator"]` |
| `left` | A list of elements aligned to the left of the statusline | `["mode", "spinner", "file-name", "read-only-indicator", "zoom", "file-modification-indicator"]` |
| `center` | A list of elements aligned to the middle of the statusline | `[]` |
| `center` | A list of elements aligned to the middle of the statusline | `[]` |
| `right` | A list of elements aligned to the right of the statusline | `["diagnostics", "selections", "register", "position", "file-encoding"]` |
| `right` | A list of elements aligned to the right of the statusline | `["diagnostics", "selections", "register", "position", "file-encoding"]` |
| `separator` | The character used to separate elements in the statusline | `"│"` |
| `separator` | The character used to separate elements in the statusline | `"│"` |
@ -109,6 +109,7 @@ The following statusline elements can be configured:
| `spacer` | Inserts a space between elements (multiple/contiguous spacers may be specified) |
| `spacer` | Inserts a space between elements (multiple/contiguous spacers may be specified) |
| `version-control` | The current branch name or detached commit hash of the opened workspace |
| `version-control` | The current branch name or detached commit hash of the opened workspace |