Multiple selections and cursors using vim / vintage mode and visual selection in sublime text 2
In command mode:
- enter visual mode (v / v)
- select lines (j / k / motion)
- split into lines (Ctrl + Shift + L)
- exit visual mode (v)
- you should now be in command mode with multiple cursors :)
- enter input mode (i / a / etc ..)
- edit with multiple cursors
Now, how do you do this using vim search keys, I can't do it yet. (/, N, N)
How many times have you tried to enter command mode when writing your question?
here
source share