-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
Pressing Cmd-F overwrites find text even if nothing is selected. #10386
Comments
Hi guys, created a PR for this issue. Let me know if there are any issues. |
@edmundmk Rather than jumping and changing the seeding behaviour of |
@edmundmk Here I am using |
@alexandrudima I was taking sublime as a reference. The seeding doesn't happen even with the first cmd+f. Both vscode and sublime has cmd+d to seed the current focused word, which can suit your fav #10969 (comment) use case. I think find next/previous shortcut should suffice @edmundmk use case. |
@ramamurthynagaraj That is a fair point. Maybe we can change the behaviour to the following: Seed the search string on ctrl+f if:
The rationale:
|
@alexandrudima I think your proposed behaviour is better. |
@alexandrudima Created a new PR incorporating your suggestion. Please let me know if there are any issues. |
Dup of #20768 and we already added an option for seedSearchStringFromSelection. |
Steps to Reproduce:
This is really annoying when doing repeated find-edit cycles.
The text was updated successfully, but these errors were encountered: