In the non-CodeMirror AbuseFilter editor, pressing the Tab key simply inserts a \t character (unless text is selected):
In the CodeMirror editor, however, pressing Tab on a non-empty line inserts indentation, regardless of whether any text is selected:
Acceptance criteria
- Pressing the Tab key inserts \t when no text is selected.
- Pressing the Tab key inserts indentation when text is selected.

