Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a History that allows you to choose which items to insert #27

Open
COD3BREAK3R opened this issue Jun 17, 2019 · 1 comment
Open

Comments

@COD3BREAK3R
Copy link

The extension would be perfect if it had a history of easy access that allows access to all the copied elements and choose which of them to insert, all in a fast and intuitive way. If I had these functions it would be perfect.

@NickBolles
Copy link

The command multiclip List Buffer displays a list of the recent copies and you can select one. I made a binding for this command by opening the keybindings.json (ctrl+shift+p > Preferences: Keybinding Shortcuts) and added this keybinding, the when part is the same as the other multiclip commands.

  {
    "key": "ctrl+shift+alt+v",
    "command": "multiclip.list",
    "when": "editorTextFocus && editorLangId != 'markdown'"
  },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants