In Sublime Text how to copy line without end of line character

Viewed 1629

It is very useful that in ST3 you can copy a whole line with just ctrl+c, the only problem is that this command also copies the "return" or new line character, so for example when you copy a line and paste in a console it will run the command immediately. This is undesirable because I will want to first edit the command before running it. This forces me to manually highlight the line.

Is there a plugin or an easy way to cope the line where the cursor is without including the new line character?

1 Answers
Related