Mercurial > dotfiles
comparison 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 |
comparison
equal
deleted
inserted
replaced
803:6f98a4e34c71 | 804:72828b1204a3 |
---|---|
1 theme = "tutticolori" | |
2 | |
3 [editor] | |
4 line-number = "relative" | |
5 cursorline = true | |
6 | |
7 [editor.cursor-shape] | |
8 insert = "bar" | |
9 normal = "block" | |
10 select = "underline" | |
11 | |
12 [editor.indent-guides] | |
13 render = true | |
14 skip-levels = 1 | |
15 | |
16 [keys.insert] | |
17 C-f = "move_char_right" |