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

Asterisk (*) should start a new search #254

Closed
bmatzelle opened this issue Apr 10, 2019 · 5 comments · Fixed by #256
Closed

Asterisk (*) should start a new search #254

bmatzelle opened this issue Apr 10, 2019 · 5 comments · Fixed by #256

Comments

@bmatzelle
Copy link

The asterisk (*) support added as part of this ticket does not simulate Vim behavior. Hitting the * key should start a typical (/) search. What it is doing now is just moving the cursor to the next matching word under the cursor. So it should do the following:

  • Start a new search (clearing the previous search in the process) for the word located under the cursor.
  • Enable the use of the "n" and "N" keys to move forward and backward, respectively.
@bmatzelle
Copy link
Author

I am running Visual Studio on macOS Mojave with Vim 0.65.0.80.

@nosami
Copy link
Owner

nosami commented Apr 11, 2019

Well. I just learnt something new today :)

@bmatzelle
Copy link
Author

Great. Let me know if I can be of further assistance.

nosami added a commit that referenced this issue Apr 28, 2019
nosami added a commit that referenced this issue Apr 28, 2019
@nosami
Copy link
Owner

nosami commented Apr 28, 2019

Fixed in 0.65.2

@bmatzelle
Copy link
Author

It works! This gives me a big productivity boost. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants