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
Post a Comment