I search the line containing rowid in the buffer, and want to copy all the lines in the result window. How to do that?
1 Answer
From the swiper search, type C-c C-o
That will open a separate buffer with the search results. From there you can copy whatever you like just like you can from any other buffer.
- That's very useful, one issue is that in the buffer, it has a begin as the filename in each line. e.g filename:line: myline. But I don't need the repeated filenameDaniel Wu– Daniel Wu2020-10-26 06:46:35 +00:00Commented Oct 26, 2020 at 6:46
- I suggest opening a new Emacs Stack Exchange question asking about that.izkon– izkon2020-10-29 20:34:05 +00:00Commented Oct 29, 2020 at 20:34
