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
+2-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,8 @@ Its settings will be merged with the configuration directory `config.toml` and t
51
51
|`auto-completion`| Enable automatic pop up of auto-completion |`true`|
52
52
|`auto-format`| Enable automatic formatting on save |`true`|
53
53
|`auto-save`| Enable automatic saving on the focus moving away from Helix. Requires [focus event support](https://github.com/helix-editor/helix/wiki/Terminal-Support) from your terminal |`false`|
54
-
|`idle-timeout`| Time in milliseconds since last keypress before idle timers trigger. Used for autocompletion, set to 0 for instant |`250`|
54
+
|`idle-timeout`| Time in milliseconds since last keypress before idle timers trigger. |`250`|
55
+
|`completion-timeout`| Time in milliseconds after typing a word character before completions are shown, set to 5 for instant. |`250`|
55
56
|`preview-completion-insert`| Whether to apply completion item instantly when selected |`true`|
56
57
|`completion-trigger-len`| The min-length of word under cursor to trigger autocompletion |`2`|
57
58
|`completion-replace`| Set to `true` to make completions always replace the entire word and not just the part before the cursor |`false`|
0 commit comments