> ## Documentation Index
> Fetch the complete documentation index at: https://docs.httpmon.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Keyboard shortcuts

> Complete keyboard shortcut reference by context

Press `?` anywhere for the full help overlay. Press `Space` for a context-aware action menu.

## Global shortcuts

| Key            | Action            |
| -------------- | ----------------- |
| `S`            | Scripts manager   |
| `T`            | Throttle settings |
| `B`            | Breakpoints queue |
| `P`            | Settings          |
| `?`            | Help overlay      |
| `q` / `Ctrl+C` | Quit              |

## Flow list shortcuts

| Key                 | Action                                |
| ------------------- | ------------------------------------- |
| `j` / `k`           | Navigate up/down                      |
| `g` / `G`           | Jump to first/last                    |
| `Ctrl+D` / `Ctrl+U` | Page down/up                          |
| `Enter`             | Open flow detail                      |
| `t`                 | Cycle grouping: flat → host → process |
| `f`                 | Focus group (tree mode)               |
| `l` / `h`           | Expand/collapse group (tree mode)     |
| `/`                 | Focus filter bar                      |
| `Space`             | Open action menu                      |
| `x`                 | Export HAR                            |
| `C`                 | Compose request                       |
| `d`                 | Mark for diff                         |

## Detail view shortcuts

| Key             | Action                        |
| --------------- | ----------------------------- |
| `1` / `2`       | Request/Response tab          |
| `j` / `k`       | Scroll up/down                |
| `d` / `u`       | Half-page down/up             |
| `n` / `N`       | Next/previous flow            |
| `p`             | Toggle pretty/raw             |
| `e`             | Open body in external editor  |
| `i`             | Toggle image preview          |
| `g` / `h` / `b` | Collapse general/headers/body |
| `/`             | Search in content             |
| `Space`         | Open action menu              |
| `x`             | Export HAR                    |
| `c`             | Copy as cURL                  |
| `r`             | Repeat request                |
| `Esc`           | Back to list                  |

## Scripts manager shortcuts

| Key         | Action                            |
| ----------- | --------------------------------- |
| `Space`     | Toggle script on/off              |
| `n`         | Create new script from template   |
| `e`         | Edit selected script in `$EDITOR` |
| `m`         | Quick-add a Map Local rule        |
| `d`         | Delete script (with confirmation) |
| `Esc` / `S` | Close                             |
