delete keys vim
x delete character at cursor
dw delete a word.
d0 delete to the beginning of a line.
d$ delete to the end of a line.
d) delete to the end of sentence.
dgg delete to the beginning of the file.
dG delete to the end of the file.
dd delete line
3dd delete three lines