Saturday, 7 September 2019

window - Make vim yankings global via a shared text file

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

No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...