is it possible to search for the text that currently is present in the clipboard when hitting C-s, probably with some sort of hook that is triggered when hitting C-s and then inserts the clipboard into the minibuffer?
is it possible to search for the text that currently is present in the
Share
Isearch provides a set of standard keys to change the behaviour of the search process. Typing C-s M-y invokes
isearch-yank-killthat pulls string from kill ring (i.e., clipboard) into search string.