Keyboard Shortcuts for Postman Editor

Hi All,

I posted this in the Postman Slack channel and people thought it would be useful having here too.

Here’s a link to a bunch of keyboard shortcuts that are (mostly) available to use in the Postman Editor.

The most valuable shortcut for me is ALT-0 (Windows) which collapses all arrays/objects.
Very handy when writing tests in the new pm.test() way.

I’d post another image showing the same tests collapses, but I’m still considered a “new” member xD

Short and simple.
Thanks!

3 Likes

Ah cool, just found out you can also use these commands in the response returned.
This is very handy when working with very nested JSON responses.
The response returned has nearly 3000 lines of code with a LOTS of objects and arrays o_O

1 Like