X Delete the character under the cursor (abbreviated as "DL)
X Delete the character before the cursor (abbreviation of "DH)
D. delete from the current position to the end of the row (abbreviated as "d $)
DW is deleted from the current position to the beginning of the next word
The dB is deleted from the current location to the beginning of the previous word.
DIW deletes words on the cursor (excluding blank characters)
DAW deletes words on the cursor (including blank characters)
Delete DG to the end of the file
Delete DGG to the beginning of the file
"DL" delete character (Abbreviation: "X") | DL |
"DIW" deletes the word containing * DIW *
"Daw" deletes a word * Daw *
"DIW" deletes the contained string (see | word |) * DIW *
"Daw" deletes a string (see | word |) * Daw *
"DD" deletes a row | dd |
"Dis" deletes the sentence * Dis *
"Das" deletes a sentence * das *
"Dib" deletes '('')' blocks * Dib *
"Dab" deletes a '('')' block * dab *
"Dip" delete included paragraphs * dip *
"DAP" deletes a section * DAP *
"Dib" deletes a large block * Dib * containing *
"Dab" deletes a '{''}' block * DAB
From: http://blog.csdn.net/riag/archive/2009/05/14/4184120.aspx