CMD+G finds copied text, not search query
Open
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 340
- PR merge metrics
- No merged PRs in 30d
Description
say you have a character that you want to rename, "Andrew". The new name should be "Bertrand".
- CMD+F: Andrew
(this finds all occurrences of "Andrew" as expected)
- replace the first occurence with "Bertrand"
- select "Bertrand" and CMD+C to copy it
- CMD+G: finds next occurence of "Bertrand"
(it should still be searching for "Andrew" - the text in the Find field still says Andrew)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.