Julia Evans on Nostr: just learned the other day that it's possible to copy to your clipboard over SSH: - ...
just learned the other day that it's possible to copy to your clipboard over SSH:
- it's a core neovim feature: https://neovim.io/doc/user/provider.html#clipboard-osc52
- @cyberdemon.org told me you can write a 1-line shell script that will take stdin and put it in your clipboard, script is here https://jvns.ca/til/vim-osc52/
- it's a core neovim feature: https://neovim.io/doc/user/provider.html#clipboard-osc52
- @cyberdemon.org told me you can write a 1-line shell script that will take stdin and put it in your clipboard, script is here https://jvns.ca/til/vim-osc52/