add helix configuration

main
Andrew Coleman 2023-03-15 12:27:27 -04:00
parent a6d4f23b1b
commit d28f918b5e
1 changed files with 20 additions and 0 deletions

View File

@ -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"