Skip to content

Workspace Presets

Workspace Presets let you save your entire panel arrangement — panel types, positions, sizes, and Space configuration — and restore it later.

Once you have a workspace layout you like:

  1. Open Settings (Cmd+,)
  2. Navigate to Workspace Presets
  3. Click Save Current and give it a name

Select a saved preset from the Presets menu. Your current layout is replaced with the saved configuration.

  • Presets work well with Spaces: keep different named presets per workflow, then switch Spaces for context.
  • Terminal status chips and terminal flags are managed from the Spaces panel and continue to work after preset loads.
┌───────┬────────────────────────────────┐
│ │ Terminal (dev server) │
│ Files ├────────────────────────────────┤
│ │ Browser (localhost:3000) │
│ ├────────────────────────────────┤
│ Git │ Terminal (gee-code) │
└───────┴────────────────────────────────┘

File and git strips on the left for context. Dev server, browser, and Gee-Code fill the center.

┌───────┬────────────────────────────────┐
│ │ │
│ Git │ Editor │
│ │ (reviewing code) │
│ ├────────────────────────────────┤
│ │ Terminal (git commands) │
└───────┴────────────────────────────────┘

Git panel as a strip for history navigation, editor and terminal in the center.

┌───────┬────────────────────────────────┐
│ │ Browser (reproducing issue) │
│ Files ├────────────────────────────────┤
│ │ Terminal (app logs) │
│ ├────────────────────────────────┤
│ │ Terminal (gee-code) │
└───────┴────────────────────────────────┘

Browser for reproducing issues, split terminals for logs and AI assistance, files for navigating to the problem.

┌───────┬────────────────────────────────┐
│ │ Terminal 1 (service A) │
│ ├────────────────────────────────┤
│ Files │ Terminal 2 (service B) │
│ ├────────────────────────────────┤
│ │ Terminal 3 (service C) │
└───────┴────────────────────────────────┘

Multiple terminals for monitoring different services, file strip for quick navigation.