config
Copy pageManage the global workmux configuration file (~/.config/workmux/config.yaml).
config edit
Section titled “config edit”Open the global configuration file in your preferred editor.
workmux config editUses $VISUAL, then $EDITOR, then falls back to vi. If the configuration file does not exist yet, it is created with commented-out defaults before opening.
config path
Section titled “config path”Print the path to the global configuration file. Useful for scripting.
workmux config pathconfig reference
Section titled “config reference”Print the default configuration file with all options documented. Useful for discovering available options or piping to an AI agent for context.
workmux config referenceExamples
Section titled “Examples”# Edit global configworkmux config edit
# Use a specific editorEDITOR=nano workmux config edit
# Print the config path (for use in scripts)cat "$(workmux config path)"
# Print the default config referenceworkmux config referenceSee also
Section titled “See also”- Configuration guide for all available options
initto generate a project-level.workmux.yaml