Keyboard Shortcuts
General Shortcuts
| Action | Windows / Linux | macOS |
|---|---|---|
| Secondary Terminal: Insert File Reference (Cmd+Option+L) | ctrl+alt+l | cmd+alt+l |
| Secondary Terminal: Insert All Open Files (Cmd+Option+A) | ctrl+alt+a | cmd+alt+a |
| Secondary Terminal: Activate GitHub Copilot Chat | ctrl+k ctrl+c | cmd+k cmd+c |
| Secondary Terminal: Focus Terminal | ctrl+` | ctrl+` |
| Secondary Terminal: Create New Terminal | ctrl+shift+` | ctrl+shift+` |
| Split Terminal Vertically | ctrl+shift+5 | cmd+\ |
| Kill Terminal | ctrl+shift+x | cmd+shift+x |
| Secondary Terminal: Clear Terminal | ctrl+k | cmd+k |
| Secondary Terminal: Scroll to Previous Command | ctrl+up | cmd+up |
| Secondary Terminal: Scroll to Next Command | ctrl+down | cmd+down |
| Secondary Terminal: Focus Next Terminal | alt+right | alt+cmd+right |
| Secondary Terminal: Focus Previous Terminal | alt+left | alt+cmd+left |
| Secondary Terminal: Select All | ctrl+a | cmd+a |
| Secondary Terminal: Copy | ctrl+c | cmd+c |
| Secondary Terminal: Paste | ctrl+v | ctrl+v |
| Secondary Terminal: Run Recent Command | ctrl+r | cmd+r |
| Secondary Terminal: Select Terminal Profile | ctrl+shift+t | cmd+shift+t |
| Secondary Terminal: Focus Terminal 1 | alt+1 | cmd+alt+1 |
| Secondary Terminal: Focus Terminal 2 | alt+2 | cmd+alt+2 |
| Secondary Terminal: Focus Terminal 3 | alt+3 | cmd+alt+3 |
| Secondary Terminal: Focus Terminal 4 | alt+4 | cmd+alt+4 |
| Secondary Terminal: Focus Terminal 5 | alt+5 | cmd+alt+5 |
Panel Navigation Mode
TIP
These shortcuts are only active when Panel Navigation Mode is enabled (panelNavigation.enabled: true) and you are in navigation mode (Ctrl+P to toggle).
| Action | Key |
|---|---|
| Secondary Terminal: Toggle Panel Navigation Mode | ctrl+p |
| Secondary Terminal: Exit Panel Navigation Mode | ctrl+p |
| Secondary Terminal: Exit Panel Navigation Mode | escape |
| Secondary Terminal: Focus Previous Terminal | h |
| Secondary Terminal: Focus Next Terminal | j |
| Secondary Terminal: Focus Previous Terminal | k |
| Secondary Terminal: Focus Next Terminal | l |
| Secondary Terminal: Focus Previous Terminal | left |
| Secondary Terminal: Focus Next Terminal | right |
| Secondary Terminal: Focus Previous Terminal | up |
| Secondary Terminal: Focus Next Terminal | down |
| Secondary Terminal: Create New Terminal | r |
| Secondary Terminal: Create New Terminal | d |
| Kill Terminal | x |