diff --git a/book/src/editor.md b/book/src/editor.md index 64800625e..1f70c5b5b 100644 --- a/book/src/editor.md +++ b/book/src/editor.md @@ -31,7 +31,7 @@ | `line-number` | Line number display: `absolute` simply shows each line's number, while `relative` shows the distance from the current line. When unfocused or in insert mode, `relative` will still show absolute line numbers | `absolute` | | `cursorline` | Highlight all lines with a cursor | `false` | | `cursorcolumn` | Highlight all columns with a cursor | `false` | -| `continue-comments` | if helix should automatically add a line comment token if you create a new line inside a comment. | `false` | +| `continue-comments` | if helix should automatically add a line comment token if you create a new line inside a comment. | `true` | | `gutters` | Gutters to display: Available are `diagnostics` and `diff` and `line-numbers` and `spacer`, note that `diagnostics` also includes other features like breakpoints, 1-width padding will be inserted if gutters is non-empty | `["diagnostics", "spacer", "line-numbers", "spacer", "diff"]` | | `auto-completion` | Enable automatic pop up of auto-completion | `true` | | `path-completion` | Enable filepath completion. Show files and directories if an existing path at the cursor was recognized, either absolute or relative to the current opened document or current working directory (if the buffer is not yet saved). Defaults to true. | `true` |