Delete line without adding to clipboard?

前端 未结 3 1514
半阙折子戏
半阙折子戏 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:51

    Ctrl + Shift + L

    You can swap this around in Macro - Modify Shortcut/Delete Macro - Scintilla commands, and then around line 90, there's ones for SCI_LINECUT and SCI_LINEDELETE

提交回复
热议问题