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
I think that yanking and pasting when working with multiple selections is quite a complicated feature. It took me some time, reading, and debugging paste_impl function just to realize that I need more than one selection in order to paste more than one selection I had previously yanked.
I believe adding this information with examples to tutor will be advantageous to anyone who hasn't had experience with multiple selections before.