Indent text in CotEditor on Mac

Using the indentation commands, you can add or remove tabs or spaces at the beginning of lines in a batch. This is useful when working with code or structured text.

You can customize the indent behaviors, such as indent width and the character to use for indentation, in Edit settings.

Change the indent level

  1. In the CotEditor app on your Mac, open a document.

  2. Select the lines you want to indent, or move the insertion point there.

  3. Choose Text > Indentation > Shift Right or Shift Left, or click the Indentation button in the toolbar.

The actual action of those commands whether increase or decrease the indent level depends on the writing direction of the document.

Writing direction Shift left Shift right
Left to Right Decrease Increase
Right to left Increase Decrease
Vertical orientation Decrease Increase

See also