4

I've seen this demonstrated before in various screencasts and can't find it searching through the docs. I do use helm-swoop-edit quite often in a single buffer but when I need to change all occurrences across a project it gets a bit tedious.

For bonus points if there is a utility function to build such a buffer from helm results? I'd be very interested as my general project searching methods are helm-git-grep, helm-do-grep and helm-do-ag.

Malabarba
  • 23,148
  • 6
  • 79
  • 164
stsquad
  • 4,651
  • 29
  • 45

1 Answers1

3

It's documented in helm's wiki: 8.10. Save grep session, when using helm-occur/helm-do-grep/helm-do-ag, you can use C-x C-s to save search result to buffer, after installing wgrep-helm, you can use wgrep's commands to edit that buffer.

xuchunyang
  • 14,527
  • 1
  • 19
  • 39