Persimmonium
Persimmonium

Reputation: 15791

Is there a shorcut for 'Next' and 'Previous' after incremental search in Notepad++?

I'm trying to learn to use only the keyboard with some applications, one of them Notepad++.

When I do an incremental search (Ctrl + Alt + I), I have to go back to the mouse to go to next/previous matches. I cannot find any shorcut. Is there one already or a way to add one?

Upvotes: 15

Views: 4502

Answers (1)

lschin
lschin

Reputation: 6811

When the cursor (|) is inside the Find dialog:

Enter: Find next

Shift + Enter: Find previous


Or Quick Incremental Search:

Select and Find Next: Ctrl + F3

Then

F3: Find next

Shift + F3: Find previous

Upvotes: 20

Related Questions