Command palette & quick open

Reach any command, view, environment, or file from the keyboard with ⌘⇧P and ⌘P.

The command palette is the fastest route to anything in Bandura. Press ⌘⇧P (Ctrl+Shift+P on Windows/Linux) to open it, type a few characters to filter, / to move, Enter to run, Esc to close. Matching is a case-insensitive substring, so env finds every environment command.

What’s in it

  • Views — Explorer, Environments, Settings, Flow Map, plus toggles for the sidebar (⌘B), the bottom panel (⌘J), and the terminal (⌃`).
  • Flow commandsGenerate flow with AI, Import flows (Postman, OpenAPI, curl), and Run flow when an .aether file is active.
  • EnvironmentsEnvironment: None (.env only) and one entry per environment defined in bandura.json; running one switches the active environment on the spot.
  • Open: {file} — every file in the workspace.

Quick open

Press ⌘P and the palette opens pre-filtered to files only — type part of a name and hit Enter to open it. It’s the same palette, just aimed at files first.