Coming from emacs, I miss being able to quickly escape the search box. The way ST is setup I have to type a key combination to close the search box after finding the word I was looking for, before going back to editing.
I have this dream-wish for behavior:
-> any keystroke after the first “find next” command, and other than the keyboard shortcut for “find next” or “find prev”, kills the search box, returns to the editor with the current found selection highlighted, and and passes the keystroke to the main editor <–
For example, I should be able to press my key command (ctrl-g in my case) for “find next” a few times until I reach the occurrence of the word I was looking for, then press left arrow, which would (a) kill the search box, and then (b) return to ST with the current occurrence highlighted, and © pass on “left arrow” to the main editor, which would move the cursor to the beginning of the highlighted word and undo the highlight, just as pressing the left arrow usually does when a word is highlighted with the cursor at the right-end of the word.
Can this be done? It would really be amazing…