Search Results

3
votes
10answers
833 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? …
13
votes
7answers
1k views

Recommended Vim plugins for C coding?

What are the essential addons to help with editing C? …