# 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         |
