emacsorphanage / helm-ag

The silver searcher with helm interface
492 stars 77 forks source link

Helm :multiline support for helm-ag #336

Open codygman opened 4 years ago

codygman commented 4 years ago

It didn't seem to be enough to set:

(setq helm-ag-base-command "ag --nocolor --nogroup -C 5")

and add multiline t to helm-do-ag--helm.

If it helps, my use case is searching for multiline code and copying it into another buffer.

rileyrg commented 4 years ago

Just a +1 here for multiline. I would like to search for "term1 term2" where term1 is on one line and term2 follows it either on the same line or a later line.

KhalfaniW commented 2 years ago

I wonder if there is there a way to open all matches so I can use a different regex engine