-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Double-click selection in vim doesn't wrap onto next line (although Terminal understands it's a single line because it detects and underscores the URL) #14263
Comments
I believe this is a /duplicate of #6178. |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
This may be like the bash issue, though, if vim is hard-wrapping its text. The URL detector strings together every line (which is also a problem, but in the other direction: it ignores hard wraps)! |
Funny enough, it does! All win32 dialogs/message boxes can be copied to the clipboard with Ctrl+C! They even get a fun hard copy rendition:
|
Wow! It probably should be explicitly added to a dialog window title or window text. I bet that no more than 1000 people on the globe know about this win32 feature :) Or maybe OK could copy this text to the clipboard as well (but this would also need to be hinted) |
Sorry, what I mean is this. bash does hard line wrapping. (It may be "like" the bash issue you'd filed. 🙂) |
Maybe at least for the case of URLs, the hard-wrap merging could be enabled... it's very strange that uncerscoring and selection do not match |
Windows Terminal version
1.15.2713.0 (btw would be nice if wt -v dialog window allowed copy of text)
Windows build number
10.0.22621.674
Other Software
No response
Steps to reproduce
Have a long line (url) in vim wrapping on multiple lines. It gets highlighted/underscored as a URL, so Terminal understands that it's a single line. But double-click for select/copy-on-select doesn't wrap around.
Expected Behavior
No response
Actual Behavior
Not the full line is selected
The text was updated successfully, but these errors were encountered: