Keyboard shortcuts
Press Cmd+/ (Ctrl+/ on Linux / Windows) anywhere in the app to open the keyboard-shortcuts reference (Settings → Shortcuts).
Global
Section titled “Global”| Action | macOS | Windows / Linux |
|---|---|---|
| Command palette | Cmd+K | Ctrl+K |
| Show keyboard shortcuts | Cmd+/ | Ctrl+/ |
| Open settings | Cmd+, | Ctrl+, |
| Send request | Cmd+Enter | Ctrl+Enter |
| Save request | Cmd+S | Ctrl+S |
| Copy response body | Cmd+Shift+C | Ctrl+Shift+C |
| Toggle sidebar | Cmd+B | Ctrl+B |
Request builder
Section titled “Request builder”Jump straight to a request sub-tab with Alt + a number:
| Tab | Shortcut |
|---|---|
| Params | Alt+1 |
| Headers | Alt+2 |
| Body | Alt+3 |
| Auth | Alt+4 |
| Scripts | Alt+5 |
| Settings | Alt+6 |
Body editor
Section titled “Body editor”The request body uses the Monaco editor, so its standard shortcuts apply — for example find with Cmd/Ctrl+F and format document with Shift+Alt+F.
Command palette
Section titled “Command palette”Cmd+K opens a fuzzy-search command palette — the fastest way to reach actions that don’t have a dedicated shortcut. Type the start of any command — “send”, “save”, “import”, “new gRPC”, “switch env”, “generate code”, “run load test” — and pick from the suggestions.
Related
Section titled “Related”- Quick start — the basics in five minutes.
- Load testing — one of the actions reachable from the command palette.