diff --git a/home/dot_config/helix/config.toml b/home/dot_config/helix/config.toml index 7931834..9bf6472 100644 --- a/home/dot_config/helix/config.toml +++ b/home/dot_config/helix/config.toml @@ -1,10 +1,13 @@ theme = "github_dark_256" [editor] -auto-save = true cursorline = true line-number = "relative" +[editor.auto-save] +focus-lost = true +after-delay.enable = true + [editor.cursor-shape] insert = "bar" normal = "block"