-
Notifications
You must be signed in to change notification settings - Fork 5
Keyboard Shortcuts
Thiago Miranda edited this page Jun 16, 2026
·
3 revisions
Getman is built to be driven from the keyboard. On macOS the modifier is Cmd; on Windows/Linux it's Ctrl.
| Action | macOS | Windows / Linux |
|---|---|---|
| New tab | Cmd + N |
Ctrl + N |
| Close current tab | Cmd + W |
Ctrl + W |
| Send request | Cmd + Enter |
Ctrl + Enter |
| Save to collection | Cmd + S |
Ctrl + S |
| Beautify JSON body | Cmd + B |
Ctrl + B |
| Command palette | Cmd + K |
Ctrl + K |
| Switch environment | Cmd + E |
Ctrl + E |
| Focus URL bar | Cmd + L |
Ctrl + L |
| Next tab | Ctrl + Tab |
Ctrl + Tab |
| Previous tab | Ctrl + Shift + Tab |
Ctrl + Shift + Tab |
| Jump to tab 1–9 |
Cmd + 1 … Cmd + 9
|
Ctrl + 1 … Ctrl + 9
|
- Send resolves the active Environments and Variables before dispatching, just like the SEND button.
- Save updates the linked request if there is one, otherwise prompts you to save into a Collections.
- Beautify pretty-prints the request body when it's JSON.
- Switch environment opens the SWITCH ENVIRONMENT overlay — an arrow-key navigable list of No Environment plus your environments; Enter (or click) switches the active one, Esc cancels. See Environments and Variables.
- Next/Previous tab wrap around the ends.
- Jump to tab N activates the Nth tab (no-op if there aren't that many).
- Focus URL jumps the cursor into the active tab's URL field.
The request-body and response code editors also support Cmd/Ctrl + F to open a find panel.
See also: Command Palette for fuzzy navigation, and The Interface for mouse/drag tab actions.
Getman on GitHub · Releases · Live demo · Local-first HTTP client — no account, no cloud, no telemetry.
Start here
Core
Variables & automation
More features
- History
- Cookies
- Realtime WebSocket and SSE
- Code Generation
- Command Palette
- Keyboard Shortcuts
- Auto-Update
Configuration
Project