kill-ring-search (1.1)

What's this for?

Copied something important half an hour ago? Tired of hitting M-y 20 times?
Now you can search the kill ring incrementally and yank the result!

Screenshot

screenshot of kill-ring-search

Configuration

(add-to-list 'load-path "/path/to/kill-ring-search")

(autoload 'kill-ring-search "kill-ring-search"
  "Search the kill ring in the minibuffer."
  (interactive))

(global-set-key "\M-\C-y" 'kill-ring-search)

Usage

Just hit M-C-y to start the search. M-y and C-y work as usual. You can also use C-r like in a shell. C-v, M-v, C-n and C-p will scroll the view.

Download

Also available via ELPA.

kill-ring-search.el
kill-ring-search

Feedback

If you have any feedback, please email me.