You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/src/editor.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ The `[editor.statusline]` key takes the following sub-keys:
116
116
117
117
| Key | Description | Default |
118
118
| --- | --- | --- |
119
-
|`left`| A list of elements aligned to the left of the statusline |`["mode", "spinner", "file-name", "read-only-indicator", "file-modification-indicator"]`|
119
+
|`left`| A list of elements aligned to the left of the statusline |`["mode", "spinner", "file-name", "read-only-indicator", "zoom", "file-modification-indicator"]`|
120
120
|`center`| A list of elements aligned to the middle of the statusline |`[]`|
121
121
|`right`| A list of elements aligned to the right of the statusline |`["diagnostics", "selections", "register", "position", "file-encoding"]`|
122
122
|`separator`| The character used to separate elements in the statusline |`"│"`|
@@ -153,6 +153,7 @@ The following statusline elements can be configured:
153
153
|`spacer`| Inserts a space between elements (multiple/contiguous spacers may be specified) |
154
154
|`version-control`| The current branch name or detached commit hash of the opened workspace |
0 commit comments