-
### Problem
osc52 works for one line only. More than one line means bug (random chinese character etc.)
### Steps to reproduce
nvim --clean -u minimal.lua
write
deed
de
select previous text
press…
-
**Is your feature request related to a problem? Please describe.**
I do development on a remote server using ssh, I love gitui and use it daily on my remote server. it seems that gitui uses xsel on…
-
### Problem
The problem has been well described in #1822. This looks the same, but only for OSC52 clipboard provider. With only `vim.opt.clipboard = 'unnamedplus'` everything works as expected.
…
-
# Copy to clipboard from tmux on a remote ssh session · Gaganpreet Arora
Note: A better approach is documented in this blog post by Igor Babuschkin.
My current working setup is tmux +…
-
A recent PR [feat(clipboard): add OSC 52 clipboard support #25872](https://github.com/neovim/neovim/pull/25872) allows Neovim v0.10 to support both copy and paste operations using OSC52.
It's trivi…
-
OSC 52 是 [ANSI escape code](https://en.wikipedia.org/wiki/ANSI_escape_code) 中的 ESC ] (Operating System Command) 中的52, 它提供了访问访问本地剪贴板的能力。
在没有了解到 OSC52 之前,我使用过 [lemonade-command/lemonade] 来作为远程粘贴板工具,…
-
Created a quick script just to see what we have for plugins that might be abandoned or haven't been updated in a long time.
We could double check these and see if they don't have a new version beca…
-
I updated the plugin to the latest commit on the master branch and noticed that when copying, a string similar to Base64 encryption appeared on the screen. However, after refreshing the screen, the st…
-
Nixvim defines keymaps for some plugins, we should expose all the possible options for those plugins (like desc, silent, ....) instead of only allowing to specify a key.
### Available keymap optio…
-
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 updated at all. I'm testing it in the…