From 73551b5519082bac5c2a2a80f909d6d6ef1e9854 Mon Sep 17 00:00:00 2001 From: Jurn Wubben Date: Sun, 30 Nov 2025 20:09:59 +0100 Subject: [PATCH] Auto saving for helix --- private_dot_config/helix/config.toml | 9 ++++++--- private_dot_config/hypr/land/defaults.conf | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/private_dot_config/helix/config.toml b/private_dot_config/helix/config.toml index 27c8fdc..cdf780e 100644 --- a/private_dot_config/helix/config.toml +++ b/private_dot_config/helix/config.toml @@ -10,8 +10,11 @@ insert = "bar" normal = "block" select = "underline" +[editor.auto-save] +focus-lost = true +avter-delay.enable = true + [keys.normal] "C-/" = "toggle_comments" - -### THEMING - +"x" = "extend_to_line_bounds" +"X" = "extend_line_below" diff --git a/private_dot_config/hypr/land/defaults.conf b/private_dot_config/hypr/land/defaults.conf index 97febd1..428c212 100644 --- a/private_dot_config/hypr/land/defaults.conf +++ b/private_dot_config/hypr/land/defaults.conf @@ -1,5 +1,5 @@ # Normal variables -$mod = alt +$mod = super # Essential variables $terminal = /usr/bin/kitty