aboutsummaryrefslogtreecommitdiff
path: root/helix.toml
blob: e22970d9ff6ed4137b1fdc823b1624d3d66467d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
theme = "jellybeans"

[editor]
line-number = "relative"
color-modes = true
true-color = true
scrolloff = 10
idle-timeout = 1000
mouse = false
middle-click-paste = true

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

[editor.lsp]
display-messages = true
display-inlay-hints = false
auto-signature-help = false

[keys.normal]
"esc" = [ "collapse_selection", "keep_primary_selection" ]
"{" = [ "goto_prev_paragraph" ]
"}" = [ "goto_next_paragraph" ]

[keys.select]
"{" = [ "goto_prev_paragraph" ]
"}" = [ "goto_next_paragraph" ]