When using vim to search for a word, I would hit /foo followed by esc. This would highlight all instances of foo and allow me to navigate the document again.
I want to emulate this in Sublime Text 2 using Vintage. Currently, I hit /foo and all instances of foo are highlighted. However, the cursor remains in the search box, so I can’t navigate the document using hjkl etc. Pressing esc moves the cursor out of the search box into the document, but also de-highlights all the search matches.
How can I keep matching strings highlighted after pressing esc in Sublime Text 2 search?