Configuration
Configuration provides application-level settings, as opposed to collection-level settings.
Location & Creation
By default, configuration is stored in the Slumber root directory, under the file config.yml
. To find the config file, you can run:
slumber show paths
If the root directory doesn't exist yet, you can create it yourself or have Slumber create it by simply starting the TUI.
You can change the location of the config file by setting the environment variable SLUMBER_CONFIG_PATH
. For example:
SLUMBER_CONFIG_PATH=~/dotfiles/slumber.yml slumber
Fields
Field | Type | Description | Default |
---|---|---|---|
debug | boolean | Enable developer information | false |
editor | string | Command to use when opening files for in-app editing. More info | VISUAL /EDITOR env vars |
ignore_certificate_hosts | string[] | Hostnames whose TLS certificate errors will be ignored. More info | [] |
input_bindings | mapping[Action, KeyCombination[]] | Override default input bindings. More info | {} |
preview_templates | boolean | Render template values in the TUI? If false, the raw template will be shown. | true |
theme | Theme | Visual customizations | {} |