X Delete previous character.Once again, the deletion characters may be preceded by a number to perform multiple deletions; thus 5dd will delete the next 5 lines starting with the current line.x Delete character under cursor.
dw Delete the word the cursor is on.
D Delete from cursor to end of line.
dd Delete current line.
p Put deleted text after cursor.
P Put deleted text before cursor.