Paste text in CotEditor on Mac

You can paste the plain-text information in the clipboard to the insertion points in the current editor by choosing Edit > Paste or pressing Command-V.

When the text is pasted, CotEditor implicitly converts the line endings in the text to paste to the line endings in the document to be pasted so that you don’t need to care about the difference in the line endings types.

Paste exactly

In contrast to the normal Paste, the Paste Exactly command inserts the text data in the Clipboard to the insertion point without any implicit normalization. To perform the Paste Exactly command, choose Edit > Paste Exactly which is visible only while pressing the Option key, or press the Command-Option-V key.

Be aware that the Paste Exactly command can make the line endings in the document inconsistent.