The config file
Settings you want every time live in a single file, config.toml, and Helix
can edit it itself:
:config-openopens the file in the editor:wsaves it like any other buffer:config-reloadre-reads it, so the change applies without restarting
The format is TOML: a [section] header followed by key = value lines.
Editor options go under [editor], and theme = "..." sits on its own at
the very top, above any section.
Yours is short. This site boots Helix with mouse = false so that clicking
the editor to focus it never moves your cursor — leave that one where it is.
If you kept a theme on the previous step, it’s already there too, as the
first line.
Work through the checklist below: open the file, add a setting, save it, then reload.