Posted this before about Visual Studio, but in SQL Server Management Studio, CTRL+V will paste the LAST COPIED item but since SSMS can actually store up to 20 items in its clipboard how do we cycle through all items? For this we can press/hold CTRL+SHIFT and then continuously hit V until you get to the item you want to paste.
Multi item clipboards are really useful as it means we don’t have to copy code fragments multiple times.