20 lines
389 B
TOML
20 lines
389 B
TOML
# Dont forget to link the runtime/ directory into $HOME/.config/helix/runtime
|
|
|
|
theme = "everforest_light"
|
|
|
|
[editor]
|
|
line-number = "relative"
|
|
true-color = true
|
|
idle-timeout = 100
|
|
|
|
[editor.cursor-shape]
|
|
insert = "bar"
|
|
|
|
[editor.whitespace.render]
|
|
# space = "all"
|
|
tab = "all"
|
|
|
|
[keys.normal]
|
|
"_" = ["extend_line_up", "extend_to_line_bounds"]
|
|
"+" = ["extend_line_down", "extend_to_line_bounds"]
|