Slide 16
Slide 16 text
Customize Windows Terminal
● All settings are configurable with JSON format
Copy and Paste
Tab management
Key bindings
"keybindings":
[
{ "command": {"action": "copy", "singleLine": false }, "keys": "ctrl+c" },
{ "command": "paste", "keys": "ctrl+v" },
{ "command": "closeTab", "keys": "ctrl+w" },
{ "command": "newTab", "keys": "ctrl+t" },
{ "command": "find", "keys": "ctrl+shift+f" },
]