You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terminal-native paste of large text no longer submits — a paste via ctrl+shift+v / ctrl+v /
right-click (which the terminal delivers as a key stream, not a paste event) is now detected even
when the characters trickle a couple milliseconds apart, so it coalesces into a single paste
instead of leaking through one key at a time and letting an embedded newline fire the message.
(alt+v, which reads the clipboard directly, already worked.)