Luís Correia
Luís Correia

Reputation: 468

How to detach from docker container from integrated terminal (send [CTRL + P CTRL + Q]

I'm just wondering how to properly detach a running container if it was started from VSCode's integrated terminal?

On a Mac CTRL+P CTRL+Q doesn't work.

Upvotes: 13

Views: 6656

Answers (1)

Allen Zhou
Allen Zhou

Reputation: 211

Menu under File > Preferences > Keyboard Shortcuts. (Code > Preferences > Keyboard Shortcuts on macOS)

Add !terminalFocus to When option for CTRL+Q

enter image description here

Upvotes: 21

Related Questions