Copying and Pasting Text

The typical copying and pasting actions are available:
Edit > Cut Ctrl C (Meta C on OS X)
Removes the current selected node from the document and places it in the clipboard as RTF. All text attributes such as color, font, or syntax highlight are preserved when pasting into another application.
Edit > Copy Ctrl C (Meta C on OS X)
Places a copy of the current selection in the clipboard as RTF. All text attributes such as color, font, or syntax highlight are preserved when pasting into another application.
Edit > Paste Ctrl V (Meta V on OS X)
Places the current clipboard content into the document at the cursor position.
Edit > Select All Ctrl A (Meta A on OS X)
Selects the entire body of the current document, including whitespace preceding the first and following the last character.