Since you already know how to cut/yank text, here are a few ideas for pasting it back into another file:
:e /path/to/other/file
) and paste itOpen both files together in a split window and navigate between them using Ctrl + w, Up/Down either by:
vi -o /path/to/file1 /path/to/file2