5

emacs 26.1

M-x regexp-builder

Input some regexp.

Nice.

enter image description here

But now I want to close and exit from buffer Re-Builder. How I can do this?

a_subscriber
  • 4,062
  • 1
  • 18
  • 56

1 Answers1

10

You can exit re-builder with reb-quit, bound to C-c C-q by default.

Normally, you can look up information about the current mode and commands it binds to keys with C-h m.