Stores a history of your clipboard and make it available in a searchable quick menu.
- Paste previously copied text
- Search copied content
- Multi cursor copying
- Multi cursor pasting
- Core copy and paste work as normal
ctrl+c / cmd+c
: Copyctrl+x / cmd+x
: Cutshift+ctrl+v / shift+cmd+v
: Display clipboard history
copy-copy-paste.copy
: Copy the selected textcopy-copy-paste.cut
: Cut the selected textcopy-copy-paste.history
: Display clipboard historycopy-copy-paste.clear
: Clear the clipboard history
- Maximum number of items saved in history
`copy-copy-paste.size`: 25
- When you paste a block from the clipboard history, move it to top of the history
`copy-copy-paste.movePastedBlockToTop`: true
- When you paste a block from the clipboard history, copy it back to the clipboard
`copy-copy-paste.copyPastedBlockToClipboard`: true
- Persist your copy history between sessions.
`copy-copy-paste.persistHistory`: false
- Tests
- Minimum copy size
- Maximum copy size
- Improve UI
- README images
See CHANGELOG.md