1
0
Fork 0
vdotfiles/dot_config/helix/config.toml
2026-03-19 02:47:09 +02:00

21 lines
389 B
TOML

theme = "rose_pine_dawn"
[editor.cursor-shape]
normal = "block"
insert = "bar"
select = "underline"
[editor.file-picker]
hidden = false
[editor.indent-guides]
render = true
[editor.soft-wrap]
enable = true
[keys.normal.space]
l = ":toggle-option whitespace.render all none"
m = ":toggle-option mouse"
x = ":toggle-option cursorline"
z = ":toggle-option line-number relative absolute"