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 96d6f6f commit 05e6db0Copy full SHA for 05e6db0
helix-view/src/editor.rs
@@ -136,7 +136,7 @@ pub struct Config {
136
pub auto_completion: bool,
137
/// Automatic formatting on save. Defaults to true.
138
pub auto_format: bool,
139
- /// Automatic save on focus lost. Defaults to true.
+ /// Automatic save on focus lost. Defaults to false.
140
pub auto_save: bool,
141
/// Time in milliseconds since last keypress before idle timers trigger.
142
/// Used for autocompletion, set to 0 for instant. Defaults to 400ms.
0 commit comments