Workspace Presets
Workspace Presets let you save your entire panel arrangement — panel types, positions, sizes, and Space configuration — and restore it later.
Saving a Preset
Section titled “Saving a Preset”Once you have a workspace layout you like:
- Open Settings (
Cmd+,) - Navigate to Workspace Presets
- Click Save Current and give it a name
Loading a Preset
Section titled “Loading a Preset”Select a saved preset from the Presets menu. Your current layout is replaced with the saved configuration.
Notes for Terminal-Heavy Layouts
Section titled “Notes for Terminal-Heavy Layouts”- 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.
Preset Ideas
Section titled “Preset Ideas”Solo Full-Stack
Section titled “Solo Full-Stack”┌───────┬────────────────────────────────┐│ │ 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.
Code Review
Section titled “Code Review”┌───────┬────────────────────────────────┐│ │ ││ Git │ Editor ││ │ (reviewing code) ││ ├────────────────────────────────┤│ │ Terminal (git commands) │└───────┴────────────────────────────────┘Git panel as a strip for history navigation, editor and terminal in the center.
Debug Station
Section titled “Debug Station”┌───────┬────────────────────────────────┐│ │ 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.
Monitoring
Section titled “Monitoring”┌───────┬────────────────────────────────┐│ │ Terminal 1 (service A) ││ ├────────────────────────────────┤│ Files │ Terminal 2 (service B) ││ ├────────────────────────────────┤│ │ Terminal 3 (service C) │└───────┴────────────────────────────────┘Multiple terminals for monitoring different services, file strip for quick navigation.
Next Steps
Section titled “Next Steps”- Panels & Splits — master the layout system
- Spaces — organize presets across contexts