help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: copy and paste multiple times


From: Jambunathan K
Subject: Re: copy and paste multiple times
Date: Wed, 25 Jan 2012 23:40:31 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (windows-nt)

Rajanikanth Jammalamadaka <rajanikanth@gmail.com> writes:

> This has been discussed below:
> http://stackoverflow.com/questions/71985/
> emacs-equivalent-of-vims-yy10p 
>
> Is there no built-in (short :-)) command in emacs to copy and paste a
> region multiple times?

Use registers. Mark the region, store it in register `a' and insert the
contents of register `a' multiple times.

Mark region

C-x r s a

C-x r i a
C-x r i a 

> Thanks,
> Raj
>
>
>
>

-- 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]