Windows 10, Emacs 25.1, Helm
I want to find text "test3". So I use helm-occur
As result I get 5 candidates. Nice.
Now I want to edit text direct in buffer helm-occur.
How I can do this?
Install the package wgrep-helm, then
helm-moccur-run-save-buffer)wgrep-change-to-wgrep-mode)wgrep-finish-edit)By the way, the above is documented via C-h m (helm-help).
wgrep-helm, which is provided by the project Emacs-wgrep. C-x C-s to action list? And how to bind C-c C-p in the "save buffer" mode? C-x C-s is a normal Emacs command, not a helm action. It doesn't make sense to add it to the action list. C-c C-p is the default binding out of box (assuming you are a package.el user and having the package wgrep-helm installed.).