Files
fedora-dotfiles/.config/helix/config.toml
T
2026-01-17 14:26:04 +01:00

17 lines
257 B
TOML

theme = "transparent"
[editor]
line-number = "relative"
bufferline = "multiple"
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.statusline]
left = ["mode", "spinner", "file-name"]
[keys.normal]
X = "extend_line_above"