Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Configurations

You can use config.toml to configure various aspects of your application.

Config files are loaded in the following order of priority:

  • $SERIE_CONFIG_FILE
    • If $SERIE_CONFIG_FILE is set but the file does not exist, an error occurs.
  • $XDG_CONFIG_HOME/serie/config.toml
    • If $XDG_CONFIG_HOME is not set, ~/.config/ will be used instead.

If the config file does not exist, the default values will be used for all items. If the config file exists but some items are not set, the default values will be used for those unset items.