Cut/Delete
- dG delete from current line to end of file.
- dgg delete from current line to beginning of file.
- d`a delete from current character upto location marked by a
- d% delete upto matching pairs () {} []
- ce delete till end of word and change to Insert mode.