Work with tmux terminal multiplexer for session management, window navigation, pane control, and custom workflows.
- Session Management - Create, attach, detach, and kill tmux sessions
- Window Navigation - Navigate, create, rename, and swap windows
- Pane Control - Split, resize, and synchronize panes
- Custom Keybindings - Configure ergonomic keybindings in
~/.tmux.conf - Workflow Automation - Build custom tmux-based workflows like multi-file review
claude plugin install tmux@plinde-pluginsThe skill activates automatically when:
- Working with tmux sessions, windows, or panes
- Configuring
~/.tmux.conf - Building tmux-based workflows
- Troubleshooting tmux configuration
tmux new-session -s name # Create session
tmux attach -t name # Attach to session
tmux ls # List sessions
tmux kill-session -t name # Kill session| Key | Action |
|---|---|
Ctrl-b c |
Create new window |
Ctrl-b n |
Next window |
Ctrl-b p |
Previous window |
Ctrl-b d |
Detach from session |
Ctrl-b " |
Split pane horizontally |
Ctrl-b % |
Split pane vertically |
- tmux installed (
brew install tmuxon macOS)
MIT License
Peter Linde