# x command (Editor processor)

The x command cancels the effect of the last i
 (insert), ap (append), de (delete), me
 (merge), or r (replace) command.

## Syntax

```
 x
```

## Description

The x command
 will not work after multiple replacements within the same line.

## See also

- [ap command (Editor processor)](https://d3codex.com/editor/ap-command-editor-processor/)
- [de command (Editor processor)](https://d3codex.com/editor/de-command-editor-processor/)
- [Editor overview](https://d3codex.com/editor/editor-overview/)
- [i command](https://d3codex.com/editor/i-command/)
- [me command](https://d3codex.com/editor/me-command/)
- [r command (Editor processor)](https://d3codex.com/editor/r-command-editor-processor/)

---
Source: https://d3codex.com/editor/x-command-editor-processor/ - part of the D3Codex reference.
