nix-config/home/modules/helix/config/config.toml
2023-07-13 19:05:37 +02:00

13 lines
207 B
TOML

theme = "autumn"
[editor]
line-number = "relative"
mouse = true
auto-completion = true
[editor.soft-wrap]
enable = true
[keys.normal]
C-q = [ "goto_prev_paragraph", "goto_next_paragraph", ":reflow 80" ]