Skip to content
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

Search for an OR of all word selections when using * #2312

Closed
MilanVasko opened this issue Apr 28, 2022 · 2 comments · Fixed by #3138
Closed

Search for an OR of all word selections when using * #2312

MilanVasko opened this issue Apr 28, 2022 · 2 comments · Fixed by #3138
Labels
A-helix-term Area: Helix term improvements C-enhancement Category: Improvements

Comments

@MilanVasko
Copy link
Contributor

Hi, this is probably the feature I miss most from Kakoune, I think it's super useful.
I'm not sure if I've expressed it well enough in the title, so let me try to elaborate with an example.

Let's say we have the following file, with the cursor placed at the beginning (the letter a):

abc
def

If I press Ce* in Helix, the search register will be set to def.

If I do the same thing in Kakoune, the search register will contain \babc\b|\bdef\b.

I would like to have the same behavior in Helix.

@MilanVasko MilanVasko added the C-enhancement Category: Improvements label Apr 28, 2022
@the-mikedavis the-mikedavis added the A-helix-term Area: Helix term improvements label Apr 28, 2022
@lebakasable
Copy link

You can do this without *

@MilanVasko
Copy link
Contributor Author

@ColaxDev Can you please elaborate?

The only way that I know of is to write such a search query myself - which is not ideal, since I have to type everything manually.

This issue is about the convenience of being able to search for everything that I currently have selected with the push of a button.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-helix-term Area: Helix term improvements C-enhancement Category: Improvements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants