annotate dot_config/helix/config.toml @ 809:72744c944497
feat: install packages and rtx for management
author |
zegervdv <zegervdv@me.com> |
date |
Tue, 05 Dec 2023 20:03:16 +0100 |
parents |
72828b1204a3 |
children |
6499aba0eaf3 |
rev |
line source |
804
|
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"
|