How to delete the current line and add a new line in Notepad++?

后端 未结 4 1932
轻奢々
轻奢々 2021-02-01 00:31

How to delete the current line and add a new line in Notepad++?

These two operations are very common but I can\'t find any key setting how to do them in Notepad++. Can a

4条回答
  •  北荒
    北荒 (楼主)
    2021-02-01 00:57

    Ctrl + L will cut the line.

    Ctrl + Shift + L will delete the line (i.e. not copying it to clipboard).

    Credits to @BobStein-VisiBone and @RyanGoldstein above.

    Please note this works in more applications than just Notepad++!

提交回复
热议问题