Multiple Cursors in Sublime Text 2 Windows

sublimetext, sublimetext2

Solution

In Sublime Text, after you select multiple regions of text, a click is considered a way to exit the multi-select mode. Move the cursor with the keyboard keys (arrows, Ctrl+arrows, etc.) instead, and you'll be fine

Problem

I have installed Sublime Text 2 in windows and I am trying to use the multiple cursors feature. Firstly I highlight the selection I am looking for (three lines). Then I can press CTRL + D to select each re-occurrence, or ALT + F3 to select all. There are four repeats in my situation. I now want to move the cursors in the middle of the three lines and add some information, to be added to all occurrences. As soon as I click in the selection, the multiple selection is gone? Is there something I am doing wrong, I am sure it is wrong but as the documentation is so weak I cannot find out how?

Original source