Search code examples
notepad++

Select range of lines in notepad++


I am looking to select lines from line number 1000 to line number 1997 and after delete them. I am using notepad++ and I am looking to do so, so after I can delete them. Any help would be appreciated.


Solution

  • Easiest way for big files:

    1. Ctrl + G, go to line 1000.

      • Menu > Edit > Begin/End select.

    2. Ctrl + G, go to line 1997.

      • Menu > Edit > Begin/End select.

    You now have your range selected with few clicks and no scroll.