add cursor with motion
Closed this issue · 1 comments
jake-stewart commented
for example if you map this action to ga
:
gaw
would add a cursor on the next wordgaip
would add a cursor for each line in the paragraph
should work in visual mode (add cursor for each line)
jake-stewart commented
mc.addCursorOperator
its not great though. only works line-wise since cant handle inclusive/exclusive. only works for a single cursor at the moment