|
|
|
|
|
by weaksauce
4829 days ago
|
|
I love vim but I don't think that block editing mode does what they want to do quite as well. Do you have an example where they excluded a line or lines from block editing? an example: class="item"
class="item"
class="item"
class="item"
st2 would be able to select the second and fourth line item and be able to change those to "item odd" without touching the first and the third ones. similarly they could do the same and add even to the other two. class="item"
class="item odd"
class="item"
class="item odd"
this blog post shows it in action:http://www.sublimetext.com/blog/articles/sublime-text-2-0-re... |
|