tmux-yank icon indicating copy to clipboard operation
tmux-yank copied to clipboard

Tmux plugin for copying to system clipboard. Works on OSX, Linux and Cygwin.

Results 48 tmux-yank issues
Sort by recently updated
recently updated
newest added

Plugin works great however when copying large amount of text it only copies the first 380 characters. Is there a way to increase the size of the copy buffer for...

i'm trying to follow [a guide][1] in which it's explained how to get copy/paste working without shift. but with the following config : ``` set -g mouse on set -g...

I've been encountering an intermittent issue. I'm not sure if its a tmux issue, a tmux-yank problem, an issue with one of the other plugins, or an xclip/xsel issue. My...

Hi! I run tmux with tmux-yank via x-forwarding on Windows, don't know if this is related. At least using xsel works fine: echo "foo" | xsel -b results in having...

While the `xsel` and `xclip` implementations do respect the configured clipboard, the `wl-copy` implementation does not. While `wl-copy` doesn't support a `secondary` clipboard, it does support the `primary` with the...

HI I recently noticed that if I double click on a word in tmux the word is only copied to tmux primary and not to the clipboard This is the...

A user may have wl-copy installed, but not currently using Wayland. This is a tweak of #120, which is now out-of-date.

Choose the program 'wl-copy' that is used to copy a selection to the clipboard by checking the value of the environment variable 'XDG_SESSION_TYPE' in addition to the pure existence of...

With `set -g mouse on`, when I highlight text tmux-yank copies it to the primary buffer using xsel. When I immediately try to paste this text in any pane (using...

Hi all: Recently I met a BUG. I have 2 PC: a desktop and a laptop. Usually I would use `ssh -X xxx@IP_ADDRESS` on my laptop to connect the desktop...