I recently switched from Textpad to Notepad++. Overall, I have found N++ to generally be superior, but one of the few things I have been looking for since the beginning that I have not found is the ability to extend the current selection to the next blank line.

In Textpad, this is done with ctrl + shift + up or ctrl + shift + down.

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

By default Ctrl [ and Ctrl ] move up and down "paragraphs".

So Ctrl Shift [ and Ctrl Shift ] will do what you want.

To edit the shortcut, go to Settings > Shortcut Mapper > Scintilla Commands and edit the SCI_PARA* commands.

link|improve this answer
Yes! Exactly what I wanted. – recursive Aug 27 '09 at 15:32
feedback

It's simply shift + up/down without pressing control.

link|improve this answer
No, this only selects one line, regardless of whether it's blank or not. – recursive Aug 27 '09 at 14:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.