-
Notifications
You must be signed in to change notification settings - Fork 33
Populate *grep* buffer when selecting multiple candidates in fzf-sk-grep
#44
Comments
Sorry, not sure what you mean by "grep file contents". There are currently two commands, one is
|
Ah, maybe I get it. Well, I've designed |
It’s more about skim than fzf.kak, but the grep command is evaluated after each key-press? How about the performance. Finally, I thought it might be interesting for |
There is no other way to get new results, as all currently existing tools work this way. If there ever will be incremental grep program, it would be better in terms of performance, of course.
There are two points here:
|
I was referring to the composability of both when selecting multiple elements with Tab and Shift + Tab from fzf: jump to the first match and populate the grep buffer, so that It’s the same idea than doing a search with /, then be able to jump to the next occurrence with n and previous with Alt + n. |
Hm, that's interesting idea. I'll implement this |
fzf-sk-grep
How to grep file contents and get the file, line and column in results. And also the preview.
The text was updated successfully, but these errors were encountered: