> I am sure that this is an easy question, but I wasn't lucky in finding the > answer. Suppose that I yanked something (using y or yy) and I want to paste > it over several places (without yanking it into some register). But when I > select some text and press p or P, the selected text is then yanked instead > of the text before, so I have to select it and yank it again. Is there any > way to tell Vim that I want to keep the originally yanked text in memory?
Jakub, <plug> You may be interested in this plugin: YankRing.vim : Maintains a history of previous yanks, changes and deletes http://www.vim.org/scripts/script.php?script_id=1234 Using it, you have full access (from a split buffer) to all previously yanked, changed or deleted text across multiple instances on Vim (on the same computer). </plug> Dave --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
