cmux-keyboard-shortcuts
Installation
SKILL.md
cmux-keyboard-shortcuts
Use this skill to turn a user's workflow preferences into cmux shortcut bindings in ~/.config/cmux/cmux.json. It should guide the user, propose compact templates, apply selected changes, and confirm the config parses with recognized keys.
Prerequisites
- Work from a cmux checkout or worktree root when possible.
- Use
skills/cmux-settings/scripts/cmux-settingsfor every read/write. It reads JSONC, writes atomically, and validates JSON plus recognized settings keys. - For action IDs, read
skills/cmux-settings/references/shortcut-actions.md. - For current defaults, read
web/data/cmux-shortcuts.tsorSources/KeyboardShortcutSettings.swift.