Timeline for How do I make `helm` save search results in a grep buffer?
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 13, 2021 at 6:37 | vote | accept | x-yuri | ||
| Sep 22, 2021 at 21:32 | history | edited | x-yuri | CC BY-SA 4.0 | use kbd less |
| Sep 21, 2021 at 7:02 | answer | added | Marioba | timeline score: 1 | |
| Sep 19, 2021 at 18:45 | comment | added | x-yuri | Found the quote: "To visit errors sequentially, type C-x ` (next-error), or equivalently M-g M-n or M-g n. This command can be invoked from any buffer, not just a Compilation mode buffer." | |
| Sep 19, 2021 at 18:35 | comment | added | x-yuri | @Marioba You can check it out by doing M-x rgrep Enter (search for) some text (that is present in some files) Enter (in files) all Enter (base directory) /some/path Enter. After that you get 2 windows: a file with a match and a list of matches. You can use M-g M-p/M-g M-n in the first window to visit the other matches, even those in the other files. You don't have to switch to the grep buffer to visit the next match. More info is at the link in the question. | |
| Sep 19, 2021 at 15:18 | comment | added | Marioba | What do you mean with "make M-g M-n ... work with helm? If I do M-n in the grep buffer a new window is opened showing the found line in the original file. M-n in the grep buffer is bound to helm-grep-mode-jump-other-window-forward. | |
| Sep 15, 2021 at 22:52 | history | asked | x-yuri | CC BY-SA 4.0 |