Search code examples
sublimetext3sublimetext

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.


Solution

  • 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