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

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

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

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

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

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