How to cancel an ongoing find/search in Sublime Text3

后端 未结 4 1117
北海茫月
北海茫月 2021-01-04 20:19

How can I cancel an ongoing search in sublime text? basically when I do a recursive folder search for a particular text using

ctrl + shft + F
4条回答
  •  春和景丽
    2021-01-04 20:52

    It is currently not possible to stop a "Find in Files" search once it has begun. Closing the "Find Results" panel or tab doesn't affect it - it only means you won't see any further results that are found.

    It has been logged as an issue here: https://github.com/SublimeTextIssues/Core/issues/1481

提交回复
热议问题