Using keyboard shortcuts can help you work more efficiently in Windows Terminal. Here are some of the most commonly used shortcuts:
| Action | Shortcut Keys | 
|---|---|
| Open a new Windows Terminal instance | Ctrl + Shift + N | 
| Open a new default profile tab | Ctrl + Shift + T | 
| Open a new tab with a specific profile index (1-9) | Ctrl + Shift + Number | 
| Switch to tab 1-9 | Ctrl + Alt + Number | 
| Switch to the next tab | Ctrl + Tab | 
| Switch to the previous tab | Ctrl + Shift + Tab | 
| Open the profile selection dropdown menu | Ctrl + Shift + Space | 
| Open another instance of the current tab | Ctrl + Shift + D | 
| Open another instance of the current pane | Alt + Shift + D | 
| Close the current tab | Ctrl + Shift + W | 
| Copy the selected text/command | Ctrl + C | 
| Paste the selected text/command | Ctrl + V | 
| Open Windows Terminal Settings UI | Ctrl + , | 
| Open default settings file | Ctrl + Alt + , | 
| Open settings file | Ctrl + Shift + , | 
| Find | Ctrl + Shift + F | 
| Create/split a vertical pane | Alt + Shift + + | 
| Create/split a horizontal pane | Alt + Shift + – | 
| Resize the current pane up | Alt + Shift + Up Arrow | 
| Resize the current pane down | Alt + Shift + Down Arrow | 
| Resize the current pane left | Alt + Shift + Left Arrow | 
| Resize the current pane right | Alt + Shift + Right Arrow | 
| Open command palette | Ctrl + Shift + P | 
| Increase the font size | Ctrl + = | 
| Decrease the font size | Ctrl + – | 
| Reset the font size to the default | Ctrl + 0 | 
| Scroll up in the Windows Terminal | Ctrl + Shift + Up Arrow | 
| Scroll down in the Windows Terminal | Ctrl + Shift + Down Arrow | 
| Scroll up one page | Ctrl + Shift + PgUp | 
| Scroll down one page | Ctrl + Shift + PgDn | 
| Scroll to the top of history | Ctrl + Shift + Home | 
| Scroll to the bottom of history | Ctrl + Shift + End | 
| Move focus to one pane up | Alt + Up Arrow | 
| Move focus to one pane down | Alt + Down Arrow | 
| Move focus to one pane left | Alt + Left Arrow | 
| Move focus to one pane right | Alt + Right Arrow | 
| Move focus to the last used pane | Ctrl + Alt + Left Arrow | 
| Toggle on/off High Visibility screen mode | Left Alt + Left Shift + PrtScn | 
| Summon Quake mode | Win + ` | 
| Toggle on/off fullscreen mode | F11 | 
| Close the Windows Terminal (entire program) | Alt + F4 | 
