aboutsummaryrefslogtreecommitdiff
path: root/helix.toml
blob: 092dfd03db17bf3bfcbd21b5ba9a0cb54000da2e (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
theme = "jellybeans"

[editor]
line-number = "relative"
color-modes = true
true-color = true
idle-timeout = 1000
mouse = false
middle-click-paste = true
rulers = [80, 120]

[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" ]
"D" = [ "ensure_selections_forward", "extend_to_line_end", "change_selection" ]
"C-left" = [ "goto_previous_buffer" ]
"C-right" = [ "goto_next_buffer" ]