Terminal multiplexer.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add plurigrid/asi --skill tmux --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Tmux?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/plurigrid-tmux-asi)More formats (shields.io, HTML) on the badges page.
---
name: tmux
description: Terminal multiplexer.
metadata:
trit: 0
---
# tmux
Terminal multiplexer.
## Sessions
```bash
tmux new -s name
tmux attach -t name
tmux ls
tmux kill-session -t name
```
## Keys (prefix: C-b)
```
d Detach
c New window
n/p Next/prev window
0-9 Select window
% Split vertical
" Split horizontal
o Next pane
z Toggle zoom
x Kill pane
[ Copy mode
] Paste
```
## Copy Mode
```
Space Start selection
Enter Copy selection
q Quit
/ Search forward
? Search backward
```
## Config
```bash
# ~/.tmux.conf
set -g prefix C-a
set -g mouse on
set -g base-index 1
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!