ccc, the tool starts a tmux session and keeps the CC Commander menu in the first pane. Every time you dispatch a task, Claude Code opens in a new tmux window — giving you a live view of the work with full terminal output while the menu stays available in the background.
Split Mode requires tmux to be installed. If tmux is not available on your system, install it with your system package manager (
brew install tmux, apt install tmux, etc.) before running ccc.How it works
When you launchccc, CC Commander:
- Creates a tmux session named
ccc. - Runs the interactive menu in the first pane (the left side).
- When you dispatch a task, opens a new tmux window for that Claude Code session, occupying 75% of the terminal width.
- Names each window
claude-1,claude-2, and so on, incrementing with each dispatch.
Keyboard shortcuts
| Key | Action |
|---|---|
Ctrl+A n | Switch to the next tab |
Ctrl+A p | Switch to the previous tab |
Ctrl+A 0 | Return to the CCC menu (tab 0) |
Ctrl+A q | Quit the tmux session entirely |
| Mouse click | Click any tab in the status bar to switch to it |
Canceling a running task
You have two ways to stop a task that is in progress: For Night/YOLO Mode specifically, the stop mechanism is a file rather than a keyboard interrupt:Running without tmux
If you want the CC Commander menu without any tmux session management, use the--simple flag:
Resuming a split session
If your terminal closes or you disconnect, your tmux session persists in the background. Reattach to it with:Menu only
Use
ccc --simple when you don’t need tmux or are working inside an IDE terminal that already manages panes.Full split mode
Use
ccc (default) to get a tabbed session where each task runs in its own visible window.