Env
Env manages named environment sets and the key/value pairs inside them.
What you do here
Section titled “What you do here”- switch between env sets
- create, rename, and delete env sets
- edit key/value pairs
- import and export env data
Most common keys
Section titled “Most common keys”h/l: move between env setsj/k: move through env rowse/Enter: open or edit the current env itema: create a new env itemd: delete the selected env item:: open command modeEsc: back out of interaction or edit mode
Common commands
Section titled “Common commands”homeenvhistorynew NAMErename NAMEimport PATHexport PATHset KEY=valuedeldel KEYedithelpq
Quick examples
Section titled “Quick examples”Create a new env set
Section titled “Create a new env set”Use :new NAME.
Add or change a variable
Section titled “Add or change a variable”Use either:
:set KEY=value- interactive editing with
e, thenEnter
Import env data
Section titled “Import env data”Use :import PATH.
Imported env data creates new env set(s). It does not merge into the currently selected env set.
Placeholder workflow
Section titled “Placeholder workflow”Env values are intended to be consumed by placeholders inside requests. Inline editors and the raw body editor support placeholder completion with Tab.
For the full command list and exact command behavior, see Command Mode.