benma / visual-regexp.el

A regexp/replace command for Emacs with interactive visual feedback
396 stars 28 forks source link

shortcut-toggle-preview #6

Closed priyadarshan closed 11 years ago

priyadarshan commented 11 years ago

Hi, from the source code I see: (define-key map (kbd "C-c p") 'vr--shortcut-toggle-preview)

It would be nice to be reminded of that shortcut in the minibuffer help.

Thank you!

benma commented 11 years ago

Hi

It is already in the minibuffer help, when you are about to enter the replacement. See here (C-c p: toggle preview).

priyadarshan commented 11 years ago

Ah, I see! I was looking at first minibuffer (regex to be searched).

Thank you!