diff --git a/book/src/configuration.md b/book/src/configuration.md index 547e43509..1fcd5735a 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -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