annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
804
72828b1204a3 feat: add helix config
zegervdv <zegervdv@me.com>
parents:
diff changeset
1 theme = "tutticolori"
72828b1204a3 feat: add helix config
zegervdv <zegervdv@me.com>
parents:
diff changeset
2
72828b1204a3 feat: add helix config
zegervdv <zegervdv@me.com>
parents:
diff changeset
3 [editor]
72828b1204a3 feat: add helix config
zegervdv <zegervdv@me.com>
parents:
diff changeset
4 line-number = "relative"
72828b1204a3 feat: add helix config
zegervdv <zegervdv@me.com>
parents:
diff changeset
5 cursorline = true
72828b1204a3 feat: add helix config
zegervdv <zegervdv@me.com>
parents:
diff changeset
6
72828b1204a3 feat: add helix config
zegervdv <zegervdv@me.com>
parents:
diff changeset
7 [editor.cursor-shape]
72828b1204a3 feat: add helix config
zegervdv <zegervdv@me.com>
parents:
diff changeset
8 insert = "bar"
72828b1204a3 feat: add helix config
zegervdv <zegervdv@me.com>
parents:
diff changeset
9 normal = "block"
72828b1204a3 feat: add helix config
zegervdv <zegervdv@me.com>
parents:
diff changeset
10 select = "underline"
72828b1204a3 feat: add helix config
zegervdv <zegervdv@me.com>
parents:
diff changeset
11
72828b1204a3 feat: add helix config
zegervdv <zegervdv@me.com>
parents:
diff changeset
12 [editor.indent-guides]
72828b1204a3 feat: add helix config
zegervdv <zegervdv@me.com>
parents:
diff changeset
13 render = true
72828b1204a3 feat: add helix config
zegervdv <zegervdv@me.com>
parents:
diff changeset
14 skip-levels = 1
72828b1204a3 feat: add helix config
zegervdv <zegervdv@me.com>
parents:
diff changeset
15
72828b1204a3 feat: add helix config
zegervdv <zegervdv@me.com>
parents:
diff changeset
16 [keys.insert]
72828b1204a3 feat: add helix config
zegervdv <zegervdv@me.com>
parents:
diff changeset
17 C-f = "move_char_right"