Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Navigate through the kill ring in emacs

Tags:

emacs

Consider the following situation: N items in the kill ring. The desired item needed to be yanked is item #k

A numerical argument solution won't really do since counting or keeping track of the position of things in the kill ring is annoying.

like image 644
octi Avatar asked Dec 17 '22 06:12

octi


2 Answers

Try the browse-kill-ring+.el script or the other solutions on EmacsWiki.

like image 72
Michael Hoffman Avatar answered Dec 25 '22 22:12

Michael Hoffman


What is the actual question? What's wrong with pressing C-y and then M-y k-times?

like image 22
choroba Avatar answered Dec 25 '22 22:12

choroba