2

I find myself using BBEdit on a mac a lot during development (and pure text editing as well). It's great and fulfills pretty much all of my needs. However one really annoying thing I find with it is that the Find dialog closes automatically after the first match is found. What I would much rather see is the dialog staying up with the "find" button highlighted, so that I could keep pressing "enter", "enter", "enter"... to get to the next, next, next... match. Yet I'm force to press 'cmd-F' after every match to re-open the dialog.

Is there any way to change this behaviour?

Aleks G
  • 56,435
  • 29
  • 168
  • 265

1 Answers1

1

Press CMDg for next and CMDSHIFTg for previous match then the window will not close.

Zsolt Botykai
  • 50,406
  • 14
  • 85
  • 110
CocoaBean
  • 295
  • 7
  • 20
  • Ok, this is the closest there is; unfortunately, I'm very quick to press "enter" when I put something into the search box, but cmd-g seems to work even after the dialog is closed. Thanks. – Aleks G Feb 03 '12 at 18:07