Skip to content

Quick Start

Get up and running with Secondary Terminal in under a minute.

Open Your First Terminal

  1. Click the terminal icon (ST) in the Activity Bar (left sidebar)
  2. A terminal opens with your default shell
  3. Start typing commands as you normally would

Basic Operations

ActionShortcut
New terminalClick + button in header
Close terminalCtrl+Shift+X / Cmd+Shift+X
Switch terminalsClick tabs, or Alt+1..5 / Cmd+Alt+1..5
Split terminalCtrl+Shift+5 / Cmd+\
Find in terminalCtrl+F / Cmd+F
Clear terminalCtrl+K / Cmd+K
CopyCtrl+C / Cmd+C (when text selected)
PasteCtrl+V / Cmd+V

Try AI Agent Integration

Run any supported AI CLI agent in your terminal:

sh
# Claude Code
claude

# GitHub Copilot
copilot

# Gemini CLI
gemini

# Codex CLI
codex

When an agent is detected, you'll see a status indicator in the terminal header showing the agent name and connection state.

Useful Shortcuts for AI Agents

ActionShortcut
Insert current file pathCtrl+Alt+L / Cmd+Alt+L
Insert all open filesCtrl+Alt+A / Cmd+Alt+A
Paste screenshot (macOS)Cmd+V

Customize Your Terminal

Open settings with Ctrl+, / Cmd+, and search for secondaryTerminal to see all 90+ available settings, including:

  • Font: family, size, weight
  • Cursor: style (block/underline/bar), blink
  • Theme: auto, dark, light
  • Scrollback: up to 100,000 lines
  • Session: auto-save and restore on restart

Next Steps

Released under the MIT License.