What can I do with a selection?
So far we’ve grown, shrunk, and flipped selections. Now let’s do something with them. A selection made in select mode is no different from any other selection, so every action you learned in the last lesson works on it:
dto deletecto change — i.e. deleting your entire selection, then dropping you into insert modeyto yank (copy) — the next lesson will work through yank/paste>to indent the selected lines<to unindent them
d, y, > and < leave you in normal mode when they’re done, so you’re
ready for the next selection straight away. c is the exception: it drops you
into insert mode, and you hit Escape when you’ve typed the replacement.
Work through the checklist below.