stef-levesque / vscode-multiclip

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

please do not overridden the default shortcut. #7

Closed iulo closed 6 years ago

iulo commented 7 years ago

you can give a suggestion for users how to set the shortcut by themselves.

stef-levesque commented 7 years ago

I'm trying to be as little invasive as possible, but I can't build a clipboard history without overriding copy and cut shortcuts. As for paste, the behaviour should be completely transparent as multiclip.formatAfterPaste is now disabled by default (VSCode does a better job now)

Could you explain what problem it is causing ?