Emacs: paste from previous copies -


in emacs, if have made copy-and-paste of 3 different texts, shortcut keys can use paste first text copied? ctrl+y paste last(third) copy. thanks!

use m-y (yank-pop) after c-y (yank) cycle through kill ring.

so, paste first text out of 3 c-y m-y m-y.

see earlier kills in emacs manual details on how works.


Comments

Popular posts from this blog

Change the color of an oval at click in Java AWT -

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -