-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] option to only have one search result per line #305
Comments
+1 It's very annoying when you do inline update of a file(using ex-mode for example) and get notification about multiple changes in one line. |
First, I think the current behavior is better than the suggested one. But I understand an annoyance you guys mentioned when making inline(or direct) edit on the items list. My assumed workflow is to use |
We are talking about option(turned off by default), and not a permanent change in behavior. As I said current behavior creates trouble when you use ex-mode(or sed). |
Hmmm, I basically don't want to. |
I tried to create STR, but accidentally it just works for me. If I find something, I'll add here. |
Currently, a result line is shown for each term found on a given buffer line of text. I found this confusing sometimes, especially when trying to direct-edit the searched term across many lines.
This also maps more clearly to "narrowing" the file, as in filtering the lines.
I'd like to be able to only show one result for each line in the buffer, regardless of how many results are.
Example of how this looks today, the last six results are actually just three lines in the buffer.
The text was updated successfully, but these errors were encountered: