Sublime Text block/column copy/paste
One of the things I love about Vim is the visual block mode, especially column copy/paste. I’ve been using Sublime for a while, and I always forget the easiest way to do this. So now that I’ve got it figured out once more, I’m writing this so I don’t forget. The general idea is this: Copy a column of text. And remember how many lines are selected. Create multiple cursors where you want to paste. (Has to be the exact same number of lines as #1.) (If in vintage mode, go to ‘insert’ mode.) Paste However, I don’t want to count lines if I’m just going to paste somewhere else in the same set of lines. So below is what works for me. ...