2

Emacs 26.1, Ido , smex,

Open scratch buffer.

C-s to find text file Here result: enter image description here

C-g

Now I want to find another text: text

Here result: enter image description here

Nice. It's work fine. But now I want to backward in search history. So I need again to search text (in minibuffer): file

How I can do this?

a_subscriber
  • 4,062
  • 1
  • 18
  • 56

1 Answers1

3

You can search backwards with C-r, and you can go backward and forward through search history with M-p and M-n respectively.