20 lines
314 B
TOML
20 lines
314 B
TOML
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" |