add helix configuration
parent
a6d4f23b1b
commit
d28f918b5e
|
@ -0,0 +1,20 @@
|
||||||
|
theme = "onelight"
|
||||||
|
|
||||||
|
[editor]
|
||||||
|
true-color = true
|
||||||
|
color-modes = true
|
||||||
|
idle-timeout = 75
|
||||||
|
|
||||||
|
[editor.indent-guides]
|
||||||
|
render = true
|
||||||
|
|
||||||
|
[editor.cursor-shape]
|
||||||
|
insert = "bar"
|
||||||
|
normal = "block"
|
||||||
|
select = "underline"
|
||||||
|
|
||||||
|
[keys.normal]
|
||||||
|
"$" = "goto_line_end"
|
||||||
|
"^" = "goto_line_start"
|
||||||
|
"F2" = "goto_previous_buffer"
|
||||||
|
"F3" = "goto_next_buffer"
|
Loading…
Reference in New Issue