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
* Autosave all when the terminal loses focus
* Correct comment on focus config
Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
* Need a block_try_flush_writes in all quit_all paths
Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
Copy file name to clipboardexpand all lines: book/src/configuration.md
+1
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ on unix operating systems.
49
49
|`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"]`|
50
50
|`auto-completion`| Enable automatic pop up of auto-completion. |`true`|
51
51
|`auto-format`| Enable automatic formatting on save. |`true`|
52
+
|`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`|
52
53
|`idle-timeout`| Time in milliseconds since last keypress before idle timers trigger. Used for autocompletion, set to 0 for instant. |`400`|
53
54
|`completion-trigger-len`| The min-length of word under cursor to trigger autocompletion |`2`|
54
55
|`auto-info`| Whether to display infoboxes |`true`|
0 commit comments