diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs index 543639552ab4..5ba99ee546c8 100644 --- a/helix-view/src/editor.rs +++ b/helix-view/src/editor.rs @@ -139,7 +139,7 @@ pub struct Config { pub auto_completion: bool, /// Automatic formatting on save. Defaults to true. pub auto_format: bool, - /// Automatic save on focus lost. Defaults to true. + /// Automatic save on focus lost. Defaults to false. pub auto_save: bool, /// Time in milliseconds since last keypress before idle timers trigger. /// Used for autocompletion, set to 0 for instant. Defaults to 400ms.