You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From Windows, use Ctrl-Shift-C to trigger "Open New Command Prompt" which should launch a cmd.exe window.
Run a command and try to kill it with Ctrl-C
Specifically, I'm doing gulp-watch which runs a browsersync server. When I open cmd normally and navigate to the same folder, I can run gulp-watch and quickly kill it with Ctrl-C like I always have. Using "Open New Command Prompt" makes is so the Ctrl-C shortcut just copies the selected text (even if there is no selection). I tried this out by making sure I had text in my clipboard and then went back to the window and did a Ctrl-C -- when I pasted there was nothing in the clipboard.
Any thoughts?
Thanks!
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
Specifically, I'm doing
gulp-watch
which runs a browsersync server. When I open cmd normally and navigate to the same folder, I can rungulp-watch
and quickly kill it withCtrl-C
like I always have. Using "Open New Command Prompt" makes is so theCtrl-C
shortcut just copies the selected text (even if there is no selection). I tried this out by making sure I had text in my clipboard and then went back to the window and did aCtrl-C
-- when I pasted there was nothing in the clipboard.Any thoughts?
Thanks!
The text was updated successfully, but these errors were encountered: