Postman HotKey Cheatsheet

2024 年 12 月 28 日

Postman is a popular API (Application Programming Interface) development tool used for testing, documenting, and sharing APIs. Efficient navigation and operation within Postman can significantly boost productivity. Keyboard shortcuts are a key component of this efficiency.

Postman Windows Shortcut Keys

General Navigation

ShortcutDescription
Ctrl + Alt + 1Focus on the sidebar
Ctrl + Alt + 2Focus on the builder
Ctrl + # (1-9)Focus on the #th tab
Ctrl + Shift + /Switch between tabs
Up ArrowMove to the previous item in lists
Down ArrowMove to the next item in lists
Right ArrowExpand a collection/folder in the sidebar
Left ArrowCollapse a collection/folder in the sidebar
Shift + Up ArrowSelect the current and previous item in lists
Shift + Down ArrowSelect the current and next item in lists
Ctrl + FSearch the sidebar
EnterOpen a request in a tab from the sidebar

Global Actions

ShortcutDescription
Ctrl + SSave the current request
Ctrl + Shift + SSave the current request as a new request
Ctrl + EnterSend the current request
Ctrl + \Toggle the sidebar
Ctrl + LFocus on the URL input field
Ctrl + Alt + COpen the Postman Console
Ctrl + TOpen a new tab
Ctrl + WClose the current tab
Ctrl + Alt + WForce close the current tab
Ctrl + Shift + ]Switch to the next tab
Ctrl + Shift + [Switch to the previous tab
Ctrl + 9Switch to the last tab

Other Useful Shortcuts

ShortcutDescription
Ctrl + +Zoom in
Ctrl + -Zoom out
Ctrl + 0Reset zoom
Ctrl + Alt+ VToggle two-pane view
Ctrl + DDuplicate a line
DelDelete selected lines

Download Postman Windows Shortcut Keys Cheatsheet PDF

We provide a Postman Windows Shortcut Keys PDF download feature. Click the download button to get the file. Please note that generating the PDF may take some time, so please be patient. Download

Postman MacOS Shortcut Keys

General Navigation

ShortcutDescription
Cmd + Alt + 1Focus on the sidebar
Cmd + Alt + 2Focus on the builder
Cmd + # (1-9)Focus on the #th tab
Cmd + Shift + /Switch between tabs
Up ArrowMove to the previous item in lists
Down ArrowMove to the next item in lists
Right ArrowExpand a collection/folder in the sidebar
Left ArrowCollapse a collection/folder in the sidebar
Shift + Up ArrowSelect the current and previous item in lists
Shift + Down ArrowSelect the current and next item in lists
Cmd + FSearch the sidebar
EnterOpen a request in a tab from the sidebar

Global Actions

ShortcutDescription
Cmd + SSave the current request
Cmd + Shift + SSave the current request as a new request
Cmd + EnterSend the current request
Cmd + \Toggle the sidebar
Cmd + LFocus on the URL input field
Cmd + Alt + COpen the Postman Console
Cmd + TOpen a new tab
Cmd + WClose the current tab
Cmd + Alt + WForce close the current tab
Cmd + Shift + ]Switch to the next tab
Cmd + Shift + [Switch to the previous tab
Cmd + 9Switch to the last tab

Other Useful Shortcuts

ShortcutDescription
Cmd + +Zoom in
Cmd + -Zoom out
Cmd + 0Reset zoom
Cmd + Alt+ VToggle two-pane view
Cmd + DDuplicate a line
DeleteDelete selected lines

Download Postman MacOS Shortcut Keys Cheatsheet PDF

We provide a Postman MacOS Shortcut Keys PDF download feature. Click the download button to get the file. Please note that generating the PDF may take some time, so please be patient. Download

About Postman

Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.

Postman Official Information

Postman Shortcut FAQs

  1. Where can I find the official list of Postman shortcuts?
    The official documentation is the best source. Search for "shortcuts" within the Postman learning center.

  2. Do the shortcuts differ between operating systems?
    Yes, there are differences, primarily using Ctrl on Windows and Cmd on macOS.

  3. Are there shortcuts for navigating within the request body?
    Basic text editing shortcuts like Ctrl/Cmd + C (copy), Ctrl/Cmd + V (paste), Ctrl/Cmd + X (cut), and arrow keys work within the request body editors.

  4. Is there a shortcut to focus on the request URL input?
    Yes, Ctrl/Cmd + L.

  5. How can I quickly send a request?
    Use Ctrl/Cmd + Enter.

  6. How do I quickly save a request?
    Use Ctrl/Cmd + S.

  7. Is it possible to switch between tabs using keyboard shortcuts?
    Yes, use Ctrl/Cmd + Shift + [ or ] to navigate between tabs.

  8. How do I open the Postman Console?
    Use Ctrl/Cmd + Alt + C.

  9. Are there shortcuts for duplicating lines of code in the request body?
    Yes, Ctrl/Cmd + D.

Conclusion

Mastering these Postman shortcut keys can significantly improve your workflow and efficiency when working with APIs. Regularly using these shortcuts will become second nature and save you valuable time. Remember to consult the official Postman documentation for the most up-to-date and complete information.

4/5 - (1 vote)