-
Microsoft have merged OSC 52 support for clipboard access to Windows Terminal. If far2l's tty backend support it, WSL far2l users will have much better experience.
https://github.com/microsoft/term…
-
This is the use case
1. ssh into a remote server, no x11 forwarding support
2. open tmux, open helix, copy text into local system clipboard, than i can paste into other apps
One way is using some…
-
I used the config provided in the readme
```
function copy()
if vim.v.event.operator == 'y' and vim.v.event.regname == '+' then
require('osc52').copy_register('+')
end
end
vim.api.nvi…
-
I'm not sure which web terminal is used by coder, but it would be excellent to support OSC52 (copy/paste) backhaul to populate the users local clipboard.
Decent 2017 overview:
- https://medium.com…
-
### Summary of the new feature / enhancement
`Set-Clipboard` does not really work over SSH, as it always sets the clipboard of the target machine, not the host. This means that if you SSH e.g. from y…
-
I'm running an x terminal via X11 on a local gigabit lan (single hop, barely any other use). My x terminal of choice is alacritty thanks to its OSC52 and good unicode support. However, I've noticed ho…
-
When pressing `gv` (:help reselect-visual), it should reselect the copied region (visual block).
Reproduction:
```
vim.keymap.set('v', 'y', require('osc52').copy_visual)
```
- visual se…
-
Hello! I am having an odd issue in that I cannot seem to get osc52 to copy to tmux's system clipboard. I have verified that the tmux clipboard _does_ work as I can copy things from neovim with tmux it…
-
Here is a strange problem I could use help with from the good folks here. I'm using nvim-osc52 with nvim 0.7.2.
- Config:
- `osc52` plugin enabled, `g:clipboard` set as shown at the bottom [here…
-
### What Operating System(s) are you seeing this problem on?
macOS
### Which Wayland compositor or X11 Window manager(s) are you using?
_No response_
### WezTerm version
wezterm 20230326-111934-3…