I\'ve just started using Sublime Text 2, coming from emacs.
I have a region of text selected. Within that region, I\'d like to replace all text instances of \'0\' with \
Select the item you want to replace (double-click it, or Ctrl - F to find it)...
Then do a (Ctrl - Apple - G) on Mac (aka. "Quick Find All"), to HIGHLIGHT all occurrences of the string at once.
Now just TYPE your replacement text directly... All selection occurrences will be replaced as you type (as if your cursor was in multiple places at once!)
Very handy...