Delete line without adding to clipboard?

前端 未结 3 1518
半阙折子戏
半阙折子戏 2021-01-01 09:19

Ctrl-L deletes current line; I use this constantly.

Unfortunately, it also replaces the text that I have already copied. Is there another shortcut to delete an enti

3条回答
  •  攒了一身酷
    2021-01-01 09:46

    Ctrl + Shift + Backspace deletes to the start of the line, and Ctrl + Shift + Delete deletes to the end of the line. So you could press both in quick succession. Or Home/End and one of the combos.

提交回复
热议问题