The d command can be used as a "prefix" on most of the movement commands above to delete nearly arbitrary chunks of text.
1. Some commands
2. Example Using dd to delete the current line
Here i want to delete line int ret;
Step 1: Move the cursor to the line(here is :int ret;) which you want to delete
Step 2: Press Esc->dd. The result: