In Sublime Text 2, I'm running a Python script (for loop) continuously print out some results in the output panel.
I accidentally pressed the search shortcut (Ctrl + f) and the search panel appeared. The output panel disappeared.
Is there a way to call back (great to have the printed out contents) the output panel?
Thank you.