vim-osc52
vim-osc52 copied to clipboard
Copy text via OSC 52 from Vim.
As per advice on https://learnvimscriptthehardway.stevelosh.com/chapters/05.html
Hello, I'd like very much to use OSC52 in my workflow unfortunately I cannot get your plugin to work. When running the command in neovim v4.3 my clipboard is not...
Neovim cannot access `/dev/tty` since 0.3.0 which is needed for OSC52 support: see https://github.com/neovim/neovim/issues/8450. This PR adds the workaround suggested in the issue. This closes #6.
If g:osc52_term is not set, it will be always considered as tmux. Fix 1. Use g:osc52_term first 2. Fallback to auto-detection if g:osc52_term is not set or set to unsupported...
Thanks for this awesome plugin! After trying X11-forwarding, and other attempts at OSC52, this is the first that seems to really work well across different platforms. The only question I...