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

Follow the same logic as in X and use the primary clipboard for Wayland sessions when mouse support is on. Note a new parameter (@yank_wayland_mouse), which is off by default,...

1. prefix + [ 2. kvb (vi mode to select last word) 3. Y (shift y) It works to auto paste my selected text to the command line. But the...

I am using tmux 3.2 and have set `set -g @yank_action 'copy-pipe'` in my conf, but after selection it still exits the copy mode. I am using similar configuration on...

I tried everything but can't come up with a simple solution that do not involve ssh tunneling. Local I have no problem, mouse selection work flawlessly too but on a...

I previously thought that there was a problem with the `tmux_is_at_least()` function, but after making some changes I realised that it was that. I don't know what's causing it, but...

This removes the error messages on server with no $DISPLAY or $WAYLAND_DISPLAY.

If you have both Wayland and XOrg installed on your system and are currently using XOrg, tmux-yank would use `wl-copy`, which doesnt work on XOrg. Now, we use the XOrg...

I followed [this](https://www.youtube.com/watch?v=_MgrjgQqDcE) guide to setup tmux-yank on my WSL2. I also added necessary `export DISPLAY="$(/sbin/ip route | awk '/default/ { print $3 }'):0"` in my .bashrc file but yanking...