Postman Keyboard Shortcuts Cheat Sheet
A cheat sheet for 23 keyboard shortcuts in Postman.
Navigation Shortcuts
| Action | Mac Shortcut | Win Shortcut |
|---|---|---|
| Focus sidebar | Cmd + Alt + 1 |
Ctrl + Alt + 1 |
| Focus builder | Cmd + Alt + 2 |
Ctrl + Alt + 2 |
| Focus on Tab # | Cmd + # |
Ctrl + # |
| Switch between tabs | Cmd + Shift + / |
Ctrl + Shift + / |
| Move to next item | Down |
Down |
| Move to previous item | Up |
Up |
| Expand collection/folder | Right |
Right |
| Collapse collection/folder | Left |
Left |
| Select current and next item | Shift + Down |
Shift + Down |
| Select current and previous item | Shift + Up |
Shift + Up |
| Search sidebar | Cmd + F |
Ctrl + F |
| Open request in a tab | Enter |
Enter |
Action Shortcuts
| Action | Mac Shortcut | Win Shortcut |
|---|---|---|
| Copy | Cmd + C |
Ctrl + C |
| Paste | Cmd + V |
Ctrl + V |
| Delete | Delete |
Delete |
| Duplicate | Cmd + D |
Ctrl + D |
| Edit/Rename | Cmd + E |
Ctrl + E |
Global Shortcuts
| Action | Mac Shortcut | Win Shortcut |
|---|---|---|
| Save | Cmd + S |
Ctrl + S |
| Save As | Cmd + Shift + S |
Ctrl + Shift + S |
| Send request | Cmd + Enter |
Ctrl + Enter |
| Toggle sidebar | Cmd + \ |
Ctrl + \ |
| Jump to URL | Cmd + L |
Ctrl + L |
| Open console | Cmd + Alt + C |
Ctrl + Alt + C |