What is the shortcut to stop a terminal process on Windows?

I know that on MacOS it's Ctrl+Z, but I can't figure it out on Windows 10

0
1 comment

Interrupt signal is sent with Ctrl+C on any OS.

Ctrl+Z sends the process to background and suspends it, but doesn't stop it (by default.)

Please note the issue https://youtrack.jetbrains.com/issue/IDEA-216704

0

Please sign in to leave a comment.