4
1
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
1ah, very nice. This would also allow paste while in insert mode. – gggg – 2011-06-17T15:47:29.020