Skip to content

Keyboard Shortcuts

Thiago Miranda edited this page Jun 16, 2026 · 3 revisions

Keyboard Shortcuts

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 + 1Cmd + 9 Ctrl + 1Ctrl + 9

Notes

  • 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.

In-editor shortcuts

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.

Clone this wiki locally