Best VIM tip ever!
Vim tip 21 allows you to copy text between VIM session running in
different terminals! No more using your mouse to copy, just yank in
one terminal and paste in another!
Put this in your .vimrc:
set clipboard=unnamed
set go+=a
Read other posts