Skip to content
Ask Questions

Env

Env manages named environment sets and the key/value pairs inside them.

  • switch between env sets
  • create, rename, and delete env sets
  • edit key/value pairs
  • import and export env data
  • h / l: move between env sets
  • j / k: move through env rows
  • e / Enter: open or edit the current env item
  • a: create a new env item
  • d: delete the selected env item
  • :: open command mode
  • Esc: back out of interaction or edit mode
  • home
  • env
  • history
  • new NAME
  • rename NAME
  • import PATH
  • export PATH
  • set KEY=value
  • del
  • del KEY
  • edit
  • help
  • q

Use :new NAME.

Use either:

  • :set KEY=value
  • interactive editing with e, then Enter

Use :import PATH.

Imported env data creates new env set(s). It does not merge into the currently selected env set.

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.