> For the complete documentation index, see [llms.txt](https://wiki.robmurtagh.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.robmurtagh.com/terminal/tmux.md).

# tmux

## Starting

```bash
tmux
tmux new -s sessionname
```

## Stopping

```bash
tmux kill-session -t sessionname
```

## Shortcuts

Tmux shortcut mode is:

```
^ + B
```

| Shortcut | Action             |
| -------- | ------------------ |
| `%`      | Split horizontally |
| `"`      | Split vertically   |
| `↓`      | Move panes         |
