How can I quickly delete a line in VIM starting at the cursor position?

后端 未结 7 1142
春和景丽
春和景丽 2021-01-29 18:59

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

7条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-29 19:42

    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.

提交回复
热议问题