We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d5081 commit f790c94Copy full SHA for f790c94
helix-view/src/editor.rs
@@ -139,7 +139,7 @@ pub struct Config {
139
pub auto_completion: bool,
140
/// Automatic formatting on save. Defaults to true.
141
pub auto_format: bool,
142
- /// Automatic save on focus lost. Defaults to true.
+ /// Automatic save on focus lost. Defaults to false.
143
pub auto_save: bool,
144
/// Time in milliseconds since last keypress before idle timers trigger.
145
/// Used for autocompletion, set to 0 for instant. Defaults to 400ms.
0 commit comments