I do not know if this can be done already or if there is some package for it, but I was not able to find it. I use a lot of copy paste in my daily work, as I assume everybody else xD, current “paste_from_history” is nice but it gets saturated very fast, also most of the time you don’t need to past certain values from clipboard history multiple times.
Example of workflow:
Use ctrl+c
and ctrl+v
for standard copy paste. Three commands, copy_to_buffer
, paste_from_buffer
and clear_buffer
. When you use copy_to_buffer
value should be sent to separte buffer and when you use past_from_buffer
you should have the same drop down like for current past_from_histry
so you could choose what to past. When you want to clear the buffer just use clear-buffer
command and buffer will be clear.
Also there should be an option to send copy_to_buffer
to standard clipboard:
“send_copy_to_buffer_to_standard _clipboard”: true,
“send_copy_to_buffer_to_standard _clipboard”: false