Note: Replace
<YourUsername>
|$USER
with your user name.
Windows:
C:\Users\<YourUsername>\AppData\Roaming\Code\User\keybindings.json
Ubuntu:
/home/$USER/.config/Code/User/keybindings.json
{
"key": "ctrl+shift+left",
"command": "workbench.action.terminal.resizePaneLeft"
},
{
"key": "ctrl+shift+right",
"command": "workbench.action.terminal.resizePaneRight"
},
{
"key": "ctrl+d",
"command": "editor.action.deleteLines",
"when": "textInputFocus && !editorReadonly"
}