Tabs & Splits
Frostty is built for multi-task terminal workflows.
Tabs
Cmd + T: open a new tab- Drag and drop tabs to reorder
Cmd + 1toCmd + 9: jump to tab by indexCmd + Shift + T: restore a closed tab
Split Panes
Cmd + D: split current tab pane- Run different commands side-by-side in one tab
- Resize panes by dragging the divider
Cmd + Up/Cmd + Down: move focus between panes
Recommended Workflow
- Keep one tab per task (frontend, backend, tests, git).
- Use splits inside a tab for related commands (server + logs, tests + watch mode).
- Keep long-running commands in dedicated panes.
- Use profiles so each new tab starts in the right shell and directory.
Last updated on