On Mon, Nov 9, 2009 at 6:27 AM, Michael Wagner <[email protected]> wrote:
> * Michael Scheper <[email protected]> 09.11.2009
> try the 'yankring' Plugin, which gives you per default access to the
> last 100 yanked or deleted text blocks. It's very configurable and since
> I use it, things like your request are easy to handle.

YankRing.vim : Maintains a history of previous yanks, changes and deletes
http://www.vim.org/scripts/script.php?script_id=1234

One of the features of the YankRing is a hot key to allow you to cycle
through previous values.

So, you could hit 'p' to paste.

Then hit CTRL-< to replace the last pasted text with a older item in
the YankRing.  CTRL-> moves forward through the ring.

The keys are configurable.

You can also hit the hotkey to bring up the contents of the YankRing
and select an item from the list (and perform searches).

Enjoy.
Dave

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to