Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime Text 3 find stops at the end of the file

If I have a text file:

1. foo
2. foo
3. foo
4. foo

ctrl+f will find the 1. then 2. ... and after finding 4. it'll say "No results".

It used to just jump to 1. again. It still does so on my laptop but not when I use my PC.

like image 441
Վարազդատ Ստեփանյան Avatar asked Nov 26 '25 00:11

Վարազդատ Ստեփանյան


1 Answers

You can get Sublime Text to continue searching from the top of the file again by toggling the "Wrap" behavior. There is a button for this in the Find panel.

find panel with wrap tooltip

like image 186
Keith Hall Avatar answered Nov 28 '25 16:11

Keith Hall