-
The docs say:
"Minimum clipboard/register pollution: only copy to clipboard when I intent on doing so (i.e. do not overwrite my clipboard on neovim's dd and similar operations)"
I like all the f…
-
> I've been using WSL for a while and it's been great, but using nvim with this issue still pending is at times unusable. Other terminals are not having this issue (see ConEmu or Hyper for example). I…
-
If cwd is a WSL-specific path (i.e. not `/mnt/X/...`), attempting to run a Windows binary (such as win32yank.exe, the clipboard provider under WSL) throws the following to stderr:
`Unable to transl…
-
I just tried nvim + osc52 plugin in patched konsole with OSC52 support (Linux, KDE Plasma) and there a problem with visual selection function.
Basically, when selecting some piece of text, the plug…
-
### Summary
All other programs under Linux seem to understand that if I copy text from one application or window, I can paste it in another with a simple mouse click. I thought this was basically a s…
-
Hello!
Thanks for writing this plugin! Unfortunately, I am connecting to a Windows machine via SSH and the `osc52.copy` function will fail every time because `vim.fn.filewritable` does not return a…
-
When first launching neovim, the first use of the `y` operator doesn't copy. I get the message that 'osc52' copied x characters but when trying to put that test using `p` I get: `E353: Nothing in regi…
bncpr updated
2 years ago
-
Hey @ojroques!
First of all thank you for creating this plugin. I would love to make use of it in my configuration.
I'm using [Zellij](https://github.com/zellij-org/zellij) as my terminal multip…
-
**描述Bug**
给ssh远程开发提供一个全局剪切板能力?
**如何复现**
本地机器MacOS,远程机器为Ubuntu等linux系统,目前插件配置不了解如何可支持远程复制。
**期待的表现**
最好可以用原生复制方式拷贝到系统(全局)剪切板,本机和远程开发机共享剪切板的效果。
希望默认仓库可以支持这个能力。若有需要我可以提PR:)
**截图**
无…
-
It would be awesome if there was some way to send text from the server to the client.
The way it would work:
mosh-server would need to be able to take input from stdin and send it to mosh-client in …