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

# Keyboard shortcuts

> Every keybinding in the Radar UI - view switching, navigation, search, topology, and more. Identical between OSS and Cloud.

These work everywhere in the Radar UI, OSS or Cloud. Press `?` from any page to bring up this same reference inline.

## Views

Switch views with `g` followed by a letter (a "g-mnemonic"):

| Key   | Action                    |
| ----- | ------------------------- |
| `g h` | Home / dashboard          |
| `g r` | Resources                 |
| `g i` | Issues                    |
| `g t` | Topology                  |
| `g a` | Applications              |
| `g l` | Timeline                  |
| `g f` | Traffic                   |
| `g m` | Helm                      |
| `g o` | GitOps                    |
| `g u` | Checks                    |
| `g c` | Cost                      |
| `t`   | Toggle dark / light theme |

## Search & navigation

| Key             | Action                                                   |
| --------------- | -------------------------------------------------------- |
| `⌘K` / `Ctrl+K` | Command palette                                          |
| `/`             | Focus search (context-aware - searches the current view) |
| `Escape`        | Close the current panel / modal / search box             |
| `?`             | Show this shortcut sheet                                 |

## Resource list (Resources, Helm)

| Key           | Action                                                                 |
| ------------- | ---------------------------------------------------------------------- |
| `j` / `k`     | Move down / up by one row                                              |
| `g g`         | Jump to first row                                                      |
| `G`           | Jump to last row                                                       |
| `Enter` / `d` | Open the selected resource's detail drawer                             |
| `y`           | Open the YAML view                                                     |
| `l`           | Open logs (pods / workloads)                                           |
| `b`           | Toggle bulk-select mode (checkboxes for bulk delete / restart / scale) |
| `[` / `]`     | Previous / next resource kind in the sidebar                           |

## Topology

| Key           | Action                    |
| ------------- | ------------------------- |
| `f`           | Fit graph to the viewport |
| `+`           | Zoom in                   |
| `-`           | Zoom out                  |
| `0`           | Reset zoom                |
| Drag          | Pan                       |
| Scroll        | Zoom                      |
| Click         | Select node               |
| `Shift+click` | Multi-select              |

## Tips

* The omnibar (`⌘K`) searches across the whole cluster, not just the current view, and takes structured filter pills - `kind:`, `ns:`, `label:`, `image:`, and (in Cloud) `cluster:`. See [Navigation & search](/docs/features/navigation) for the full syntax.
* The search box (`/`) inside the resource browser does substring + label-selector matching against the current list. Type `app=foo` and it'll filter by label.
* In Cloud, the omnibar searches across the fleet - results are labeled with the cluster they live in.
