Files
fedora-dotfiles/.config/helix/config.toml
T
2026-01-23 20:41:04 +01:00

20 lines
294 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"]
[editor.file-picker]
hidden = false
[keys.normal]
X = "extend_line_above"