summaryrefslogtreecommitdiffstats
path: root/config/helix/config.toml
blob: 50031ed0860666e299441fe6b84a2951e6fe826a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
theme = "doy"

[editor]
gutters = ["diagnostics"]
auto-info = false
color-modes = true

[keys.normal]
tab = ":w"
"|" = ":q"

"C-d" = ":buffer-close"

"ret" = "goto_definition"
"backspace" = "jump_backward"

[keys.normal.g]
j = "goto_last_line"
k = "goto_file_start"