mirror of https://github.com/helix-editor/helix
text-width: update setting documentation
parent
404406ac6a
commit
d1023511bc
|
@ -57,7 +57,7 @@ on unix operating systems.
|
|||
| `rulers` | List of column positions at which to display the rulers. Can be overridden by language specific `rulers` in `languages.toml` file. | `[]` |
|
||||
| `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` |
|
||||
| `color-modes` | Whether to color the mode indicator with different colors depending on the mode itself | `false` |
|
||||
| `text-width` | Set the maximum line width for text wrapping with :reflow | `80` |
|
||||
| `text-width` | Set the maximum line width for text wrapping (either softwrapping, or hardwrapping with `:reflow`) | `80` |
|
||||
|
||||
### `[editor.statusline]` Section
|
||||
|
||||
|
|
Loading…
Reference in New Issue