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

后端 未结 7 1227
春和景丽
春和景丽 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:54

    Press ESC to first go into command mode. Then Press Shift+D.

    https://www.fprintf.net/vimCheatSheet.html

提交回复
热议问题