I would love to see a new function added. It's functionality is as follows macrursors-mark-from-region
mark the next occurence of the current region. e.g. I have
this thing |is here
this is thing
with is selected as the active region. Then calling macrursors-mark-from-region will place the next cursor like so
this thing |is here
this |is thing
If however the cursor is at the alternative side of the region like so
this thing is| here
this is thing
the new macrursors mark would be placed like this
this thing |is here
this is| thing
I would love to see a new function added. It's functionality is as follows
macrursors-mark-from-regionmark the next occurence of the current region. e.g. I have
with
isselected as the active region. Then callingmacrursors-mark-from-regionwill place the next cursor like soIf however the cursor is at the alternative side of the region like so
the new macrursors mark would be placed like this