Postman Keyboard Shortcuts

Complete Postman keyboard shortcuts reference — 27 shortcuts across 5 categories. Quick reference cheat sheet for Windows & Mac.

Requests & Tabs (7)

ShortcutAction
Ctrl + EnterSend Request
Ctrl + SSave
Ctrl + Shift + SSave As
Ctrl + TNew Tab
Ctrl + NCreate New
Ctrl + LJump to URL
Ctrl + 1Focus First Tab

Search & Command Palette (4)

ShortcutAction
Ctrl + KSearch Postman
Ctrl + Shift + PCommand Palette
Ctrl + Shift + FFind and Replace
Ctrl + FSearch Sidebar

Sidebar Navigation (9)

ShortcutAction
Ctrl + Alt + 1Focus Sidebar
Ctrl + Alt + 2Focus Builder
DownNext Item
UpPrevious Item
RightExpand
LeftCollapse
Shift + DownSelect Next Too
Shift + UpSelect Previous Too
EnterOpen Request

Manipulation (5)

ShortcutAction
Ctrl + CCopy
Ctrl + VPaste
Ctrl + DDuplicate
Ctrl + EEdit / Rename
DeleteDelete

Interface (2)

ShortcutAction
Ctrl + \Toggle Sidebar
Ctrl + Alt + COpen Console
📄 View Printable Cheat Sheet — Download as PDF or print · 🧩 Combine with other tools

Related Shortcut Pages

Insomnia VS Code Chrome Docker Git GitHub

Search 13,500+ shortcuts across 269 platforms

Explore All Platforms Practice Shortcuts
📜 Every shortcut on this page is taken from the official Postman documentation — learning.postman.com
🔧 Spotted an error or a missing shortcut? Suggest an edit on GitHub — every accepted fix goes live on this page, the API and the CLI.

A request loop that never leaves the keyboard

The core Postman rhythm is four keys long: Ctrl + L drops the cursor into the URL bar, Ctrl + Enter fires the request from anywhere in the app, Ctrl + S saves the result into its collection, and Ctrl + T opens the next tab. Add Ctrl + 1 through Ctrl + 9 for jumping straight to a numbered tab and you can iterate on an API without touching the mouse between sends.

Postman has two different search doors, and knowing which one to open saves time. Ctrl + K searches things — workspaces, collections, requests, and APIs across your account. Ctrl + Shift + P opens the command palette, which searches actions: it understands feature names and plain language, so it is the faster path to a setting you cannot remember the location of. Ctrl + F stays local and simply filters what the sidebar shows.

Treat the sidebar like a file manager

Ctrl + Alt + 1 focuses the sidebar and Ctrl + Alt + 2 focuses the request builder, so you can bounce between browsing and editing without clicking. Inside the sidebar the arrow keys expand and collapse collections, Shift + Up/Shift + Down grow a multi-selection, and Enter opens the highlighted request. Before experimenting with a working request, press Ctrl + D to duplicate it — you keep the known-good version and mutate the copy. When you need to know what Postman actually sent — final headers, cookies, redirects — Ctrl + Alt + C opens the Console, and Ctrl + \ hides the sidebar when the response viewer needs the room.

Frequently asked questions

Do these shortcuts work on macOS?

Yes — substitute Cmd for Ctrl throughout: Cmd + Enter sends, Cmd + K searches, Cmd + Alt + C opens the Console. The letter part of each shortcut stays the same.

Why did Ctrl + Enter not send my request?

Make sure a request tab actually has focus — if you are inside a modal dialog or a different pane, the shortcut has nothing to send. Note also that a few features are desktop-only: Find and Replace on Ctrl + Shift + F, for instance, is not available in the browser version, where the browser itself may also claim some Ctrl combinations first.

What is the difference between Ctrl + K and Ctrl + Shift + P?

Ctrl + K finds artifacts: requests, collections, environments, workspaces. Ctrl + Shift + P finds capabilities: it runs commands and navigates to features by name. If you know what you want to open, use K; if you know what you want to do, use Shift + P.

How do I safely experiment with a request that already works?

Select it in the sidebar and press Ctrl + D to duplicate before editing. Rename the copy with Ctrl + E so the two stay distinguishable, and delete the experiment with Delete when you are done.

Where can I see the raw request Postman sent?

Open the Postman Console with Ctrl + Alt + C. It logs every request with the final resolved URL, headers, variable substitutions, redirects, and certificate details — usually the fastest way to find out why a server rejected a call that looks correct in the builder.

🤖 Ask AI about Postman shortcuts

Open your assistant with this page preloaded as the source — great for follow-up questions like "which of these work in other apps?"

ChatGPT Claude Perplexity Gemini Grok