Skip to content

Instantly share code, notes, and snippets.

@wlvoon93
Created February 16, 2026 04:19
Show Gist options
  • Select an option

  • Save wlvoon93/3770e3653ff2327dae83b1b4e66f5734 to your computer and use it in GitHub Desktop.

Select an option

Save wlvoon93/3770e3653ff2327dae83b1b4e66f5734 to your computer and use it in GitHub Desktop.
tmux claude code agent teams configure command
cat > ~/.claude/settings.json << 'EOF'
{
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
},
"preferences": {
"tmuxSplitPanes": true
}
}
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment