CTRL+INS, SHIFT+NUM*
Edit menu, Copy command
Copy
Copies the current line to the clipboard.
Arg Copy (ALT+A CTRL+INS)
Copies text from the cursor to the end of the line. The text is copied to the clipboard, but the line break is not included.
Arg boxarg | linearg | streamarg Copy (ALT+A boxarg | linearg | streamarg CTRL+INS)
Copies the selected text to the clipboard.
Arg textarg Copy (ALT+A textarg CTRL+INS)
Copies the specified textarg to the clipboard.
Arg mark Copy (ALT+A mark CTRL+INS)
Copies the text from the cursor to the mark. The text is copied to the clipboard. The mark argument can be either a line number or a previously defined mark. See: Mark.
The text is copied as a boxarg or linearg depending on the relative positions of the cursor and the mark. If the cursor and the mark are in the same column, the text is copied as a linearg. If the cursor and the mark are in different columns, the text is a copied as a boxarg.
Arg number Copy (ALT+A number CTRL+INS)
Copies the specified number of lines to the clipboard, starting with the current line. For example, Arg 5 Copy copies five lines to the clipboard.
Copy always returns true.
Delete, Ldelete, Sdelete, Paste