Sublime Text 2 multiple selections editing in vintage mode

sublimetext2

Solution

I haven't tested this on a Mac, but on Linux using `CTRL-D` puts you in visual mode. When you're in visual mode `c` allows you to change the highlighted text, putting you into insert mode much like vim would.

Problem

Is there there a way to edit files across multiple selections in vintage mode? I hit `cmd + D` (this is under a Mac) to select instances of string in the file, but I can't figure out how edit the selections. This is under Sublime Text 2.

Original source