Skip to main content

Module config

Module config 

Source
Expand description

User-configuration boundary and application-command vocabulary. It loads and merges TOML files, parses keybinding tables into actions, and names the commands that app can execute.

Key syntax is delegated to keys; shell execution remains in runner. Before TOML parsing, table headers such as [ctrl+e] are quoted because + is not valid in a TOML bare key.

Structs§

Binding
Config

Enums§

AppCommand
A command understood by the application itself (the cmd binding kind).
BindingAction
What a keybinding does.