Ctrl+c in shell
Add ability to Copy (ctrl+c) (or right click drop down menu copy/past) from shell input
2
votes
Matthew
shared this idea
-
Cody commented
This has plagued me for years. You can paste but not copy! I would also add ctrl+c would normally "clear" a console, so the shell experience for copying may want to mimic select right click as a means to copy.
EDIT: You can copy in the shell output, but you cannot copy from the shell INPUT.
EDIT2: as a workaround, you can "comment" the command and then copy it from the shell output. If you've got multiple lines ensure you comment (`//`) each line