Files
dotfiles/.config/helix/config.toml
2026-07-17 15:25:20 +02:00

23 lines
534 B
TOML

theme = "base16_transparent"
[editor]
line-number = "relative"
end-of-line-diagnostics="error"
completion-replace = true
[editor.file-picker]
hidden = false
[editor.statusline]
left = ["mode", "spinner", "read-only-indicator", ]
center = ["file-name", "file-modification-indicator", "spacer", "version-control"]
right = ["diagnostics", "selections", "position", "file-encoding", "file-line-ending", "file-type"]
separator = "|"
[editor.soft-wrap]
enable = true
[keys.normal]
j = "move_visual_line_up"
k = "move_visual_line_down"