You are welcome!
Easiest way is same as before - place cursor at first of first line, tap "v", move cursor down to end of last line, tap "y", then position and tap "p" to paste.
You could also select by line number
Code:
:32,34y
then new position and...
p
You probably have a built-in tutorial for Vim on most distros that will cover these basic moves and many more. Type
vimtutor from a shell prompt, it is a really good introduction to vim.