Auto saving for helix

This commit is contained in:
Jurn Wubben 2025-11-30 20:09:59 +01:00
parent 5a82682813
commit 73551b5519
2 changed files with 7 additions and 4 deletions

View file

@ -10,8 +10,11 @@ insert = "bar"
normal = "block" normal = "block"
select = "underline" select = "underline"
[editor.auto-save]
focus-lost = true
avter-delay.enable = true
[keys.normal] [keys.normal]
"C-/" = "toggle_comments" "C-/" = "toggle_comments"
"x" = "extend_to_line_bounds"
### THEMING "X" = "extend_line_below"

View file

@ -1,5 +1,5 @@
# Normal variables # Normal variables
$mod = alt $mod = super
# Essential variables # Essential variables
$terminal = /usr/bin/kitty $terminal = /usr/bin/kitty