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"
|
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"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# Normal variables
|
# Normal variables
|
||||||
$mod = alt
|
$mod = super
|
||||||
|
|
||||||
# Essential variables
|
# Essential variables
|
||||||
$terminal = /usr/bin/kitty
|
$terminal = /usr/bin/kitty
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue