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 \
I know this has been answered many times, and all are correct, but I though I would add another:
Similar to the Ctrl - D method to select individual occurrences of the current selection, you can select all occurrences in the file with Alt+F3 when using Windows or Linux (CMD+CTRL+G in Mac world).
This is helpful for mass-changes.