Re: Paste with movements

2013-11-05 Thread David Fishburn
On Tue, Nov 5, 2013 at 2:26 AM, Егор wrote: > I have text like this > http://example.com/"; class="test-class">Link > Now I want change link text. Also in buffer I have text I need to set to > link. I need to put cursor on "L" paste from buffer with "P" key and then > delete text from "L" till "<

Re: Paste with movements

2013-11-05 Thread Tim Chase
On 2013-11-05 09:26, Егор wrote: > I have text like this > http://example.com/"; class="test-class">Link > Now I want change link text. Also in buffer I have text I need to > set to link. I need to put cursor on "L" paste from buffer with "P" > key and then delete text from "L" till "<". Is it poss

Re: Paste with movements

2013-11-05 Thread Paul Isambert
- Mail original - > De: "Егор" > À: "vim_use" > Envoyé: Mardi 5 Novembre 2013 08:26:16 > Objet: Paste with movements > > I have text like this > http://example.com/"; class="test-class">Link > Now I want change link text. A

Re: Paste with movements

2013-11-05 Thread Boyko Bantchev
> I have text like this > http://example.com/"; class="test-class">Link > Now I want change link text. Also in buffer I have text I need to set to > link. I need to put cursor on "L" paste from buffer with "P" key and then > delete text from "L" till "<". Is it possible to paste text with deleting

Paste with movements

2013-11-04 Thread Егор
I have text like this http://example.com/"; class="test-class">Link Now I want change link text. Also in buffer I have text I need to set to link. I need to put cursor on "L" paste from buffer with "P" key and then delete text from "L" till "<". Is it possible to paste text with deleting word?