dots/private_dot_config/helix/config.toml

17 lines
240 B
TOML

theme = "default-jsw"
[editor]
line-number = "relative"
default-yank-register = "+"
bufferline = "multiple"
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[keys.normal]
"C-/" = "toggle_comments"
### THEMING