What is the shortcut to stop a terminal process on Windows? Permanently deleted user Created December 04, 2020 02:06 I know that on MacOS it's Ctrl+Z, but I can't figure it out on Windows 10
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