MyNixOS website logo

Configuration written to $XDG_CONFIG_HOME/helix/config.toml.

See https://docs.helix-editor.com/configuration.html for the full list of options.

Declarations
Type
TOML value
Default
{ }
Example
{
  editor = {
    line-number = "relative";
    lsp = {
      display-messages = true;
    };
  };
  keys = {
    normal = {
      esc = [
        "collapse_selection"
        "keep_primary_selection"
      ];
      space = {
        q = ":q";
        space = "file_picker";
        w = ":w";
      };
    };
  };
  theme = "base16";
}