-
Notifications
You must be signed in to change notification settings - Fork 20
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 request for pattern search like VIM #72
Comments
For the first issue, I don't see the upside compared to:
If you think there's an obvious use case here, can you explain in more detail how the vim way would be an improvement over ^? For the second issue, is there an answer for you in the Workarounds section of #53? Third, I'm a person not a team :) |
@walles I am currently doing search through / only but with :g/pattern one will able to list only the line matches to searched keyword but with / it will search all the file line by line. Second alt key is working for me also to copy the selection but in search field i am not able to paste it. |
I can confirm that pasting into the search field doesn't work. Can you open a separate issue for that? I'd like to be able to treat these two issues separately. |
Sure and thanks |
I understand what you want, I just don't see how it would be worth any effort on my part. Do you have a concrete usecase like this (bonus points for attaching the file you are searching ing)?
|
File what i am using can't be shared but anyway i used this .g/pattern option and i liked it in some cases where i am just willing to render only lines having my searched pattern match. with / option i have to search then hit N for all occurance. so thought to have both options would be good. You can close this thread and you can test :g/pattern in any of your file to see the results. |
Two suggestions which are not exactly what you're asking for, but at least related: List all matches to the console
List all matches in
|
Hi Team,
Can we have pattern search feature in moar like we have in vim where we use :g/pattern to match the keyword and list all the lines match to search pattern then we use vim jump feature to jump on the matched line
Second issue i have noticed when i try to search any keyword in moar by click / the search box appear then if any keyword which i have selected and wants to paste. i am not able to do it. I have to type the search keyword all time. Thanks
The text was updated successfully, but these errors were encountered: