In a nutshell, I want the following:
- y(ank) actually writes the yanked text to a line in a text file, maybe in your .vim directory
- that line is prefixed with the name of the register, so "qyy yields
q>my line of text - p(ut) gets the expected result from that file
The reasoning is to get more of a 'system wide' vim buffer to solve this problem:
Sharing Vim Yank Register