Keyboard Shortcuts
Master these shortcuts to work faster in Termial. Shortcuts differ between macOS and Windows/Linux.
Application
| Action | macOS | Windows/Linux |
|---|
| New Terminal | Cmd+T | Ctrl+T |
| New Window | Cmd+N | Ctrl+N |
| Close Tab | Cmd+W | Ctrl+W |
| Settings | Cmd+, | Ctrl+, |
| Quit | Cmd+Q | Alt+F4 |
Terminal
| Action | macOS | Windows/Linux |
|---|
| Clear Terminal | Cmd+K | Ctrl+K |
| Copy | Cmd+C | Ctrl+Shift+C |
| Paste | Cmd+V | Ctrl+Shift+V |
| Select All | Cmd+A | Ctrl+Shift+A |
| Find | Cmd+F | Ctrl+F |
Tab Navigation
| Action | macOS | Windows/Linux |
|---|
| Next Tab | Cmd+Shift+] | Ctrl+Shift+] |
| Previous Tab | Cmd+Shift+[ | Ctrl+Shift+[ |
| Go to Tab 1 | Cmd+1 | Ctrl+1 |
| Go to Tab 2 | Cmd+2 | Ctrl+2 |
| Go to Tab 3 | Cmd+3 | Ctrl+3 |
| Go to Tab 4-9 | Cmd+4-9 | Ctrl+4-9 |
Sidebar
| Action | macOS | Windows/Linux |
|---|
| Toggle Sidebar | Cmd+B | Ctrl+B |
AI Assistant
| Action | macOS | Windows/Linux |
|---|
| Focus AI Input | Click AI panel | Click AI panel |
| Send Query | Enter | Enter |
| Insert Command | Click suggestion | Click suggestion |
Editing
| Action | macOS | Windows/Linux |
|---|
| Undo | Cmd+Z | Ctrl+Z |
| Redo | Cmd+Shift+Z | Ctrl+Shift+Z |
| Cut | Cmd+X | Ctrl+X |
Tips
Terminal Copy/Paste
In the terminal:
- macOS: Standard
Cmd+C and Cmd+V work
- Windows/Linux: Use
Ctrl+Shift+C and Ctrl+Shift+V to avoid conflict with terminal signals
Quick Navigation
Use Cmd+1 through Cmd+9 (or Ctrl+1 through Ctrl+9) to jump directly to specific tabs. Tab 1 is the leftmost tab.
Multiple Terminals
When working with multiple terminals in split or quad view, click to focus the terminal you want to type in.