view dot_config/helix/config.toml @ 804:72828b1204a3

feat: add helix config
author zegervdv <zegervdv@me.com>
date Sun, 26 Nov 2023 10:56:56 +0100
parents
children 6499aba0eaf3
line wrap: on
line source

theme = "tutticolori"

[editor]
line-number = "relative"
cursorline = true

[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"

[editor.indent-guides]
render = true
skip-levels = 1

[keys.insert]
C-f = "move_char_right"