Search Results

3
votes
10answers
870 views

Emacs equivalent of Vim’s yy10p ?

How can I copy a line 10 times easily in Emacs? I can't find a copy-line shortcut or function. I can use C-aC-spcC-eM-w to laboriously copy the line but how can I then paste it more than once? …