Create insertion formats for command snippets in CotEditor on Mac

By using variables in command snippet insertion formats, you can control the position of the insertion point after a snippet is inserted.

The following variables are available in command snippet insertion formats.

VariableDescription
<<<CURSOR>>>

The insertion point after the snippet is inserted.

<<<SELECTION>>>

The text selected at the time the snippet is inserted.

See also