|
|
|
|
|
by knazarov
1905 days ago
|
|
There's a better way to do it. Terminals have a special escape sequence called OSC 52, which allows you to insert into the clipboard from even remote SSH sessions. Try this: printf "\033]52;c;$(printf "%s" "blabla" | base64)\a" |
|
[1] https://github.com/ojroques/vim-oscyank