Delete word after or around cursor in VIM

keyboard shortcutsvim

I'm now switching to VIM from TextMate. I found ^+W in INSERT mode very useful. However, I'd like to delete not only the word before cursor, but the word after or around cursor as well.

I did some googling, but the only thing I can find was ^+W to delete word BEFORE cursor.

Best Answer

Normal mode:

daw : delete the word under the cursor    
caw : delete the word under the cursor and put you in insert mode