view dot_config/helix/config.toml @ 806:39b3cbfa80c4

feat: tweak helix colors
author Zeger Van de Vannet <zegervdv@me.com>
date Fri, 01 Dec 2023 13:35:51 +0100
parents 72828b1204a3
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"