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
Clipboard copy losing content on Linux (X11/XWayland): mouse-drag
copy and copy-mode (y/Enter) created a fresh clipboard handle per
copy and dropped it immediately, which released X11 selection
ownership right away — the copy silently disappeared even though it
reported success. A single clipboard handle is now kept alive for the
life of the process, so copied text stays pasteable.