Mercurial > dotfiles
comparison dot_config/helix/config.toml.tmpl @ 850:c772355fedfb
feat: tweak helix colors
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Fri, 23 Feb 2024 15:37:58 +0100 |
parents | c7a17b231dd9 |
children | ff1e2121f5bc |
comparison
equal
deleted
inserted
replaced
849:af787ecac7c4 | 850:c772355fedfb |
---|---|
11 [editor.cursor-shape] | 11 [editor.cursor-shape] |
12 insert = "bar" | 12 insert = "bar" |
13 normal = "block" | 13 normal = "block" |
14 select = "underline" | 14 select = "underline" |
15 | 15 |
16 [editor.whitespace.render] | |
17 newline = "all" | |
18 | |
19 [editor.whitespace.characters] | |
20 newline = "~" | |
21 | |
16 [editor.indent-guides] | 22 [editor.indent-guides] |
17 render = true | 23 render = true |
18 skip-levels = 1 | 24 skip-levels = 1 |
19 | 25 |
20 [editor.statusline] | 26 [editor.statusline] |
21 right = ["diagnostics", "version-control", "selections", "register", "position", "position-percentage"] | 27 right = ["diagnostics", "selections", "register", "position", "position-percentage"] |
22 | 28 |
23 [keys.insert] | 29 [keys.insert] |
24 C-f = "move_char_right" | 30 C-f = "move_char_right" |
25 | 31 |
26 [keys.normal] | 32 [keys.normal] |