Open zw963 opened 3 years ago
Sorry, I don't understand the request. Could you rephrase it? Thanks.
Okay let us reproduce this issue.
visual-regexp.el
vr/
use vr/isearch-forward
, it works!vr/
one by one to vr-
, now, what i expected is there exist a vr/isearch-query-replace-regexp
, when i execute it, it can use exists vr/
search result directly, and let user input the replacement directly.For now, there is no a equivalent i can use as above, right? i use exists command, we have to input the vr/
again even current iserach mode is active.
https://github.com/emacsorphanage/anzu#anzu-isearch-query-replace-regexp
vr/isearch-query-replace-regexp
should only be used on isearch mode after usevr/isearch
get expected result, and don't exit iserach, run this command directly replace on exists search.Thank you.