Choosing the primary selection
Every time you’ve had several cursors in this lesson, one of them has been
drawn a little brighter. That’s the primary selection, and a few commands
care about it: search jumps from it, , keeps it and drops the rest, and
when you add cursors with C the new one becomes primary.
Which cursor is primary isn’t fixed. Two keys move the title around:
)makes the next selection primary(makes the previous one primary
And one key gets rid of the primary cursor without touching the others:
Alt-,removes the primary selection
Together they let you trim a set of cursors by hand. Run s over a block,
and if one of the matches is one you’d rather not change, cycle to it with
) and drop it with Alt-,. The rest stay exactly where they were.
Work through the checklist below to cycle through three cursors and remove one of them.