all repos

dotfiles @ 6716ae0

my dotfiles

config/helix/config.toml (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
theme = "onedark"

[editor]
line-number = "relative"
scrolloff = 8
true-color = true

[editor.cursor-shape]
insert = "bar"

[editor.lsp]
display-messages = true

[keys.normal]
C-s = ":w"

[keys.insert]
j = { k = "normal_mode" }