Loading...
Loading...
Customize cmux for an end user. Use when changing cmux.json actions, custom commands, workspace layouts, Command Palette entries, surface toolbar buttons, shortcuts, notifications, browser routing, appearance, or Ghostty-backed terminal preferences.
npx skill4agent add manaflow-ai/cmux cmux-customizationcmux-settings~/.config/cmux/cmux.json~/.config/cmux/cmux.json.cmux/cmux.json~/.config/ghostty/config.cmux/cmux.jsontest -f ~/.config/cmux/cmux.json && sed -n '1,220p' ~/.config/cmux/cmux.json
test -f .cmux/cmux.json && sed -n '1,220p' .cmux/cmux.json~/.agents/skills/cmux-settings/scripts/cmux-settings list-supported
~/.agents/skills/cmux-settings/scripts/cmux-settings set browser.openTerminalLinksInCmuxBrowser true
~/.agents/skills/cmux-settings/scripts/cmux-settings validateskills.sh~/.codex/skills/cmux-settings/scripts/cmux-settingsvaultrightSidebarcommandsactionsuinotificationscmux reload-config{
"actions": {
"codex-new-tab": {
"type": "agent",
"agent": "codex",
"title": "Codex",
"subtitle": "Start Codex in this workspace",
"target": "newTabInCurrentPane",
"palette": true
}
}
}{
"commands": [
{
"name": "dev",
"type": "workspace",
"cwd": ".",
"layout": {
"type": "split",
"direction": "horizontal",
"children": [
{ "type": "pane", "surfaces": [{ "type": "terminal", "command": "bun dev" }] },
{ "type": "pane", "surfaces": [{ "type": "browser", "url": "http://localhost:3000" }] }
]
}
}
]
}{
"ui": {
"surfaceTabBar": {
"buttons": [
"cmux.newTerminal",
"cmux.newBrowser",
{
"action": "codex-new-tab",
"title": "Codex",
"icon": { "type": "symbol", "name": "terminal" }
}
]
}
}
}cmux-settings validatecmux reload-config