Keyboard Shortcuts6 min read

Postman Keyboard Shortcuts: The Complete Guide for API Testing

Master Postman with this comprehensive keyboard shortcuts guide. From building requests to managing collections, become a Postman power user.

Postman is the world's most popular API platform, used by millions of developers to design, test, and document APIs. Mastering keyboard shortcuts can dramatically speed up your workflow and help you focus on building great APIs rather than clicking through menus.

Request shortcuts

These shortcuts help you work with HTTP requests efficiently.

ActionMacWindows/Linux
New Request⌘ + NCtrl + N
New Tab⌘ + TCtrl + T
Close Tab⌘ + WCtrl + W
Force Close Tab⌘ + ⌥ + WCtrl + Alt + W
Duplicate Tab⌘ + DCtrl + D
Send Request⌘ + EnterCtrl + Enter
Send and Download⌘ + ⌥ + EnterCtrl + Alt + Enter
Save Request⌘ + SCtrl + S
Save As⌘ + ⇧ + SCtrl + Shift + S

Pro tip: Use ⌘ + Enter to quickly send a request without reaching for the Send button—it's the shortcut you'll use most in Postman.

Tab navigation

Navigate between your open tabs and switch contexts quickly.

ActionMacWindows/Linux
Next Tab⌘ + ⇧ + ]Ctrl + Shift + ]
Previous Tab⌘ + ⇧ + [Ctrl + Shift + [
Switch to Tab 1–8⌘ + 1⌘ + 8Ctrl + 1Ctrl + 8
Switch to Last Tab⌘ + 9Ctrl + 9
Reopen Closed Tab⌘ + ⇧ + TCtrl + Shift + T

Search and navigation

Find anything in your workspace quickly.

ActionMacWindows/Linux
Open Search⌘ + KCtrl + K
Search in Workspace⌘ + ⇧ + FCtrl + Shift + F
Go to Collection⌘ + ⌥ + CCtrl + Alt + C
Go to Environment⌘ + ⌥ + ECtrl + Alt + E
Jump to URL Bar⌘ + LCtrl + L

Pro tip: The ⌘ + K command palette is incredibly powerful—use it to quickly navigate to collections, environments, requests, or execute commands without leaving your keyboard.

Request builder

Work efficiently when building and editing your requests.

ActionMacWindows/Linux
Toggle Params⌘ + ⇧ + PCtrl + Shift + P
Toggle Headers⌘ + ⇧ + HCtrl + Shift + H
Toggle Body⌘ + ⇧ + BCtrl + Shift + B
Beautify JSON⌘ + BCtrl + B
Comment Line⌘ + /Ctrl + /

Console and debugging

Debug your requests and view logs efficiently.

ActionMacWindows/Linux
Open Console⌘ + ⌥ + CCtrl + Alt + C
Clear Console⌘ + K (in console)Ctrl + K (in console)
Search in Console⌘ + F (in console)Ctrl + F (in console)

Collections

Manage your collections and organize your API requests.

ActionMacWindows/Linux
New Collection⌘ + ⇧ + NCtrl + Shift + N
Import⌘ + OCtrl + O
Export CollectionRight-click → ExportRight-click → Export
Run Collection⌘ + ⌥ + RCtrl + Alt + R

Environments

Switch between environments and manage variables.

ActionMacWindows/Linux
Manage Environments⌘ + ⌥ + ECtrl + Alt + E
Quick Look Variables⌘ + ⌥ + VCtrl + Alt + V
Select EnvironmentUse dropdown or ⌘ + KUse dropdown or Ctrl + K

Pro tip: Use the Quick Look Variables shortcut to instantly view all your environment and global variables without opening the environment manager.

Editor shortcuts

These shortcuts work in any text editor area within Postman (scripts, body, etc.).

ActionMacWindows/Linux
Undo⌘ + ZCtrl + Z
Redo⌘ + ⇧ + ZCtrl + Shift + Z
Cut⌘ + XCtrl + X
Copy⌘ + CCtrl + C
Paste⌘ + VCtrl + V
Select All⌘ + ACtrl + A
Find⌘ + FCtrl + F
Find and Replace⌘ + ⇧ + FCtrl + Shift + F
Go to Line⌘ + GCtrl + G
Duplicate Line⌘ + ⇧ + DCtrl + Shift + D
Delete Line⌘ + ⇧ + KCtrl + Shift + K
Move Line Up⌥ + ↑Alt + ↑
Move Line Down⌥ + ↓Alt + ↓

Scripts and testing

Work with pre-request scripts and tests.

ActionMacWindows/Linux
Toggle Pre-request ScriptVia tabsVia tabs
Toggle TestsVia tabsVia tabs
Run Tests⌘ + EnterCtrl + Enter
Format Code⌘ + BCtrl + B

Application shortcuts

General application-level shortcuts.

ActionMacWindows/Linux
Settings⌘ + ,Ctrl + ,
New Window⌘ + ⇧ + NCtrl + Shift + N
Close Window⌘ + ⇧ + WCtrl + Shift + W
Toggle Sidebar⌘ + \Ctrl + \
Zoom In⌘ + +Ctrl + +
Zoom Out⌘ + -Ctrl + -
Reset Zoom⌘ + 0Ctrl + 0
Toggle Full Screen⌃ + ⌘ + FF11
Minimize⌘ + M
Quit Postman⌘ + QAlt + F4

Response handling

Work with API responses efficiently.

ActionMacWindows/Linux
Copy Response⌘ + C (when focused)Ctrl + C (when focused)
Search in Response⌘ + FCtrl + F
Toggle Word WrapVia response settingsVia response settings
Save ResponseVia response actionsVia response actions

Mock servers and monitors

Manage Postman's advanced features.

ActionMacWindows/Linux
Create Mock ServerVia collection menuVia collection menu
Create MonitorVia collection menuVia collection menu
View Mock CallsVia mock server detailsVia mock server details

Keyboard shortcuts viewer

Postman has a built-in keyboard shortcuts reference. Access it anytime:

ActionMacWindows/Linux
Show Keyboard Shortcuts⌘ + /Ctrl + /

This opens a comprehensive list of all available shortcuts directly in Postman.

Power user tips

Master the command palette

The ⌘ + K (Mac) or Ctrl + K (Windows/Linux) command palette is your gateway to everything in Postman. Use it to:

  • Search across all collections and requests
  • Switch environments quickly
  • Navigate to any workspace
  • Execute common actions

Create efficient workflows

  1. Use tabs wisely: Keep related requests in adjacent tabs and use ⌘ + 1 through ⌘ + 8 for quick access
  2. Leverage environments: Set up different environments (dev, staging, production) and switch with the command palette
  3. Save frequently: Use ⌘ + S often to avoid losing work

Request building speed

  • Press ⌘ + L to jump to the URL bar instantly
  • Use ⌘ + Enter to send requests without clicking
  • Use ⌘ + B to format JSON in the body editor

Show your shortcuts on screen

Creating API tutorials or presenting Postman to your team? KeyScreen displays your keystrokes beautifully on screen so your audience always knows what shortcuts you're using—perfect for professional-looking tutorials, live demos, and API workshops.

Discover more posts

Essential VS Code Keyboard Shortcuts for macOS
November 8, 20255 min read
Keyboard Shortcuts

Essential VS Code Keyboard Shortcuts for macOSEssential VS Code Keyboard Shortcuts for macOS

Level up your macOS development workflow with the VS Code shortcuts that keep you moving without touching the mouse.

Final Cut Pro Keyboard Shortcuts Every Mac Editor Should Know
November 8, 20255 min read
Keyboard Shortcuts

Final Cut Pro Keyboard Shortcuts Every Mac Editor Should KnowFinal Cut Pro Keyboard Shortcuts Every Mac Editor Should Know

Cut faster, stay in the groove, and finish edits ahead of schedule with Final Cut Pro shortcuts tailored for macOS creators.

Excel for Mac Keyboard Shortcuts: The Complete Guide
January 18, 20267 min read
Keyboard Shortcuts

Excel for Mac Keyboard Shortcuts: The Complete GuideExcel for Mac Keyboard Shortcuts: The Complete Guide

Master Excel for Mac with the keyboard shortcuts that speed up navigation, formatting, functions, and data entry.

Simple no-tricks pricing
Pay once, use forever

You can download the app from the Mac App Store today.