For example, I have the following text:<br><br>one<br>two<br>three<br><br>I can option-click and then drag across the beginning the these lines to insert the same characters to all three lines, e.g. a dash<br><br>-one<br>-two<br>-three<br><br>Is it possible to insert a sequence of numbers? Like:<br><br>1 one<br>2 two<br>3 three<br><br>If this is possible, how about multi-digits? Like:<br><br> 1 one<br> 2 two<br>...<br>...<br>10 ten<br>11 eleven<br><br>Note that there is a space in front of 1 and 2 in the first two lines.<br><br>Are these possible? Thanks!<br>