Deletes the current selection. If there is no selection in an editor window, the cell under the cursor is deleted.
Complexity: constant-time to linear-time (depends on the number of blocks in a current selection).
After deleting data, remaining data is shifted to fill all gaps. The size of the file is then reduced to compensate for removed data.