flakes/base-system/dotfiles/helix/config.toml
2023-11-02 10:00:21 +01:00

23 lines
335 B
TOML

theme = "rosepine"
[editor]
line-number = "relative"
cursorline = true
auto-format = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.whitespace]
render = "all"
[editor.soft-wrap]
enable = true
[keys.normal]
h = "move_char_left"
t = "move_line_up"
n = "move_line_down"
s = "move_char_right"