stef-levesque / vscode-multiclip

Multiple clipboards for VSCode
MIT License
46 stars 12 forks source link

Cycle through clipboard items #3

Closed Morgy93 closed 8 years ago

Morgy93 commented 8 years ago

Would it be possible somehow to just cycle through the items while using this feature to paste items? Like I got three items in the clipboard and ctrl+alt+v directly pastes the first item - pressing it again will then paste the second item instead and so on. This would make using it a little faster. :)

stef-levesque commented 8 years ago

A new command to paste-and-cycle have just been added. Try updating to vscode-multiclip@0.0.4 and use ctrl+shift+v