dw
dw deletes a word beginning where the cursor is positioned. Notice that the space following the word is deleted.
dd
The dd command deletes the entire line that the cursor is on. dd will not delete part of a line. Like its complement, cc, dd is a special command.
This is exactly just what I was looking for. Thanks!