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/configuration.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ You may also specify a file to use for configuration with the `-c` or
49
49
|`auto-info`| Whether to display infoboxes |`true`|
50
50
|`true-color`| Set to `true` to override automatic detection of terminal truecolor support in the event of a false negative. |`false`|
51
51
|`rulers`| List of column positions at which to display the rulers. Can be overridden by language specific `rulers` in `languages.toml` file. |`[]`|
52
+
|`bufferline`| Renders a line at the top of the editor displaying open buffers. Can be `always`, `never` or `multiple` (only shown if more than one buffer is in use) |`never`|
52
53
|`color-modes`| Whether to color the mode indicator with different colors depending on the mode itself |`false`|
0 commit comments