Auto saving for helix
This commit is contained in:
parent
5a82682813
commit
73551b5519
2 changed files with 7 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# Normal variables
|
||||
$mod = alt
|
||||
$mod = super
|
||||
|
||||
# Essential variables
|
||||
$terminal = /usr/bin/kitty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue