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
+1
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ Its settings will be merged with the configuration directory `config.toml` and t
59
59
|`true-color`| Set to `true` to override automatic detection of terminal truecolor support in the event of a false negative |`false`|
60
60
|`undercurl`| Set to `true` to override automatic detection of terminal undercurl support in the event of a false negative |`false`|
61
61
|`rulers`| List of column positions at which to display the rulers. Can be overridden by language specific `rulers` in `languages.toml` file |`[]`|
62
+
|`initial-mode`| The initial mode for newly opened editors. |`"normal"`|
62
63
|`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`|
63
64
|`color-modes`| Whether to color the mode indicator with different colors depending on the mode itself |`false`|
64
65
|`text-width`| Maximum line length. Used for the `:reflow` command and soft-wrapping if `soft-wrap.wrap-at-text-width` is set |`80`|
0 commit comments