Terminal Tabs
Worktrees can have multiple terminal tabs:- Main terminals: For running AI CLIs (you can have many)
- User terminals: For running other tasks like tests, dev servers, builds, etc.
Creating a new tab
Managing tabs
| Action | How |
|---|---|
| Switch tabs | Click the tab |
| Reorder tabs | Drag and drop |
| Close tab | Click the X on the tab |
| Rename tab | Right-click > Rename |
Keyboard navigation
| Shortcut | Action |
|---|---|
Ctrl+T / ⌃T | Switch to main terminal |
Ctrl+U / ⌃U | Switch to user terminal |
Ctrl+W / ⌃W | New tab |
Ctrl+Q / ⌃Q | Close tab |
Ctrl+1-9 / ⌘1-9 | Switch to tab 1-9 |
Terminal Presets
Presets let you create terminals that automatically run your preset command. Commands can include flags (e.g.,claude --dangerously-skip-permissions).
Creating a preset
Suggested presets
| Name | Command | Use For |
|---|---|---|
| Claude | claude | Claude Code AI agent |
| Gemini | gemini | Google Gemini AI agent |
| Codex | codex | Codex AI assistant |
Using presets
When creating a new terminal tab:- Click the + button
- Select a preset from the dropdown
- The terminal opens and runs your command automatically
Shell Configuration
Termpad auto-detects available shells on your system:| Platform | Shells |
|---|---|
| Windows | PowerShell (5.x), PowerShell Core (pwsh), Command Prompt, Git Bash, WSL distributions |
| macOS | Bash, Zsh, Fish, sh, dash, ksh, tcsh, csh |
| Linux | Bash, Zsh, Fish, sh, dash, ksh, tcsh, csh |
Changing the default shell
Adding a custom shell
If your shell isn’t automatically detected:Terminal Themes
Customize the terminal appearance:Common Terminal Tasks
Copy and paste
| Action | Windows/Linux | macOS |
|---|---|---|
| Copy | Ctrl+C or select and right-click | Cmd+C or select text |
| Paste | Ctrl+V | Cmd+V |
Clear the terminal
| Platform | Shortcut |
|---|---|
| Windows/Linux | Ctrl+L |
| macOS | Cmd+K |
clear in the terminal.
Scroll through history
| Action | Shortcut |
|---|---|
| Scroll up | Shift+Page Up or mouse wheel |
| Scroll down | Shift+Page Down or mouse wheel |