How can I repeat the line in notepad++?

后端 未结 5 841
北荒
北荒 2021-01-31 19:40

How can I repeat the line in notepad++ ?

For example I have the following input:

a 01
a 02
a 03
a 04

And I would like it to become:

5条回答
  •  遇见更好的自我
    2021-01-31 20:09

    If you have the mouse cursor on the line you want to repeat, then you can use Ctrl-D shortcut to duplicate the line. Or you can use the same shortcut selecting multiple lines.

提交回复
热议问题