I want to be able to delete the remainder of the line I\'m on starting at the cursor\'s position in VIM. Is there an easy command to do this?
To help illustrate, this is
You might also be interested in C, it will also delete the end of line like D, but additionally it will put you in Insert mode at the cursor location.