dotfiles/.config/helix/config.toml

15 lines
224 B
TOML
Raw Permalink Normal View History

2024-07-28 17:49:55 +00:00
theme = "base16_default_extended"
[editor]
completion-timeout = 5
cursorline = true
line-number = "relative"
popup-border = "all"
[editor.indent-guides]
render = true
character = "▏"
[keys.insert]
"C-g" = "normal_mode"