Need help with VI

Quickly, could someone explain how to cut and paste text using VI text editor?

Check out this site
http://www.chem.brown.edu/instructions/vi.html

yy
Puts the current line in a buffer. Does not delete the line from its current position.
p
Places the line in the buffer after the current position of the cursor.

thank you so much for such a quick response :slight_smile: