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
@@ -44,6 +44,7 @@ You may also specify a file to use for configuration with the `-c` or
44
44
|`gutters`| Gutters to display: Available are `diagnostics` 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", "line-numbers"]`|
45
45
|`auto-completion`| Enable automatic pop up of auto-completion. |`true`|
46
46
|`auto-format`| Enable automatic formatting on save. |`true`|
47
+
|`auto-save`| Enable automatic saving on focus moving away from Helix. Requires [focus event support](https://github.com/helix-editor/helix/wiki/Terminal-Support) from your terminal. |`false`|
47
48
|`idle-timeout`| Time in milliseconds since last keypress before idle timers trigger. Used for autocompletion, set to 0 for instant. |`400`|
48
49
|`completion-trigger-len`| The min-length of word under cursor to trigger autocompletion |`2`|
49
50
|`auto-info`| Whether to display infoboxes |`true`|
0 commit comments