Command | Description |
---|---|
Alt-F4 |
Close window |
Ctrl-Shift-f |
Find |
Ctrl-Shift-Space |
Open dropdown |
Ctrl-, |
Open settings file |
Alt-Enter F11 |
Toggle full screen |
Command | Description |
---|---|
Ctrl-Shift-d |
Duplicate tab |
Ctrl-Shift-t |
New tab |
Ctrl-Shift-p |
New tab from profile p=1..9 |
Ctrl-Tab |
Switch to next tab |
Ctrl-Shift-Tab |
Switch to prev tab |
Ctrl-Alt-n |
Switch to tab n=0..9 |
Command | Description |
---|---|
Alt-Shift-d |
Split pane optimally. Active profile. |
Alt-Shift-- |
Split pane horizontally. Default profile. |
Alt-Shift-+ |
Split pane vertically. Default profile. |
Alt-Shift |
Resize pane |
Alt |
Move pane focus |
Ctrl-Shift-w |
Close innermost pane,tab, or window |
Command | Description |
---|---|
Ctrl-c |
Copy |
Ctrl-v |
Paste |
Command | Description |
---|---|
Ctrl-Shift-up |
Scroll up. |
Ctrl-Shift-down |
Scroll down. |
Ctrl-Shift-pgup |
Scroll page up |
Ctrl-Shift-pgdn |
Scroll page down |
Command | Description |
---|---|
Ctrl-= |
Increase font size |
Ctrl-- |
Decrease font size |
Ctrl-0 |
Reset font size |
Command | Description |
---|---|
User Settings |
All customizations are set in settings.json, as found via the Settings menu. No GUI is available in v1.0. |
Defaults |
Hold the Alt-key while pressing the Settings menu to open defaults.json. This is useful when building your own setting.json! |
Keys |
Key bindings are set in the "keybindings" block as: { "command":"cmdName", "keys":"mod+key"} |
Actions |
Some commands take additional action arguments to modify the behaviour. |
Info | Description |
---|---|
Windows Terminal docs |
https://learn.microsoft.com/en-us/windows/terminal/ |
Custom key bindings |
https://learn.microsoft.com/en-us/windows/terminal/customize-settings/actions/ |