Skip to content

Commit 0137dc1

Browse files
authored
Link to the terminal support wiki page
1 parent 0626f5f commit 0137dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You may also specify a file to use for configuration with the `-c` or
4444
| `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"]` |
4545
| `auto-completion` | Enable automatic pop up of auto-completion. | `true` |
4646
| `auto-format` | Enable automatic formatting on save. | `true` |
47-
| `auto-save` | Enable automatic saving on focus moving away from Helix. | `false` |
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` |
4848
| `idle-timeout` | Time in milliseconds since last keypress before idle timers trigger. Used for autocompletion, set to 0 for instant. | `400` |
4949
| `completion-trigger-len` | The min-length of word under cursor to trigger autocompletion | `2` |
5050
| `auto-info` | Whether to display infoboxes | `true` |

0 commit comments

Comments
 (0)