aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Careaga2023-10-30 00:28:06 +0000
committerGitHub2023-10-30 00:28:06 +0000
commit992b7a0c395b5c43e2fd4f6eee38bed8dda9721a (patch)
treee70033faa458461dd135bec67113d0155f0ad0df
parent44e03fa41446f46c7be60a62acf6aa4131a62a4a (diff)
Update idle-timeout in docs (#8661)
-rw-r--r--book/src/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/configuration.md b/book/src/configuration.md
index 3b78481e..f8796245 100644
--- a/book/src/configuration.md
+++ b/book/src/configuration.md
@@ -51,7 +51,7 @@ Its settings will be merged with the configuration directory `config.toml` and t
| `auto-completion` | Enable automatic pop up of auto-completion | `true` |
| `auto-format` | Enable automatic formatting on save | `true` |
| `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` |
-| `idle-timeout` | Time in milliseconds since last keypress before idle timers trigger. Used for autocompletion, set to 0 for instant | `400` |
+| `idle-timeout` | Time in milliseconds since last keypress before idle timers trigger. Used for autocompletion, set to 0 for instant | `250` |
| `preview-completion-insert` | Whether to apply completion item instantly when selected | `true` |
| `completion-trigger-len` | The min-length of word under cursor to trigger autocompletion | `2` |
| `completion-replace` | Set to `true` to make completions always replace the entire word and not just the part before the cursor | `false` |