-
**Describe the problem**:
I have turned `copy on select` on and want to copy multilines when editing a file using vim.
If interaction using mouse is diabled, `copy on select` works fine, althoug…
-
# Feature description
I often use `pbcopy` on the mac to grab command output to the clipboard.
This can be used with webssh too via: `xclip -sel clip`. For example:
```
cat filename | xclip -s…
-
### Neovim version (nvim -v)
v0.6.1
### Vim (not Nvim) behaves the same?
no
### Operating system/version
Gentoo
### Terminal name/version
st 0.8.4
### $TERM environment variable
xterm-256colo…
-
**Describe the bug**
I know you're not a fan of `tmux`, but it is part of my workflow and I'm very happy with kitty + tmux.
So I have a key to select some text with `tmux` and put it in the clip…
-
Thank you for making a great plugin! It's so great to be able to copy text even over an ssh session!
However, after setting up the plugin, I have noticed that my usual workflow of copying and past…
-
When nvim-osc52 has not been previously invoked since Neovim was launched, an attempt to invoke it via copy_visual (per the recommended keybindings, `c`) does not properly copy the visual selection. I…
-
When I select around 800 characters, it just hang, clipboard is emptied and no-response window. I have to move a to different windows and back to get the window to be responsive again.
```
use {'o…
-
While reading the Readme, its a little unclear how to get started _before_ diving directly into all the configurations I know nothing about. The readme reads with a bit too much assumed knowledge (IMO…
-
To my understanding, when using this plugin on a remote tmux session(ssh first then run tmux on remote machine), it will only put the copyed text to `tmux buffer` and will not send osc52 sequence to l…
-
With the old version, I had this autocmd:
```
autocmd TextYankPost * if v:event.operator is 'y' && v:event.regname is 'c' | execute 'OSCYankReg c' | endif
```
Which just made the "c" regis…