Files
df/tree/.config/helix/config.toml.tpl
2025-10-03 14:38:29 +02:00

18 lines
289 B
Smarty

{% if light %}
theme = "gruvbox_light"
{% else %}
theme = "gruvbox"
{% end %}
[editor]
auto-format = true
#line-number = "relative"
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[keys.normal]
C-n = "extend_search_next" # Add next search result to selection