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

Hi, I use the Tmux Plugin Manager (TPM) to install and update this plugin automatically on the many systems I have, and thus I cannot manually edit the config files...

enhancement

The current auto discovery mechanism isn't ideal. - `custom_copy_command` is currently a "fallback" copy command. A lot of people want an override instead. Ideally a user should be recommended a...

enhancement

The current system of fallbacks in brittle and is tricky; since different versions of some tools have different pros and cons. In addition (as pointed out in #72) there are...

enhancement

This ensures that the xclip or xsel commands are not used when $DISPLAY is not set

waiting for reply

waiting for reply

Have recently updated system and everything else clipboard is working fine however the tmux yank is no longer copying. Not actually even sure how to troubleshoot as it just fails...

trigger yank action on mouse double click and triple click, both in copy-mode and in root mode

I'm using this plugin with [oh my tmux](https://github.com/gpakosz/.tmux) with `tmux 3.3a` and I having this error I saw it's related to lines with `bindkey yank_put_key` like this one https://github.com/tmux-plugins/tmux-yank/blob/1b1a436e19f095ae8f825243dbe29800a8acd25c/yank.tmux#L48 when...

The [`scripts/helpers.sh`](https://github.com/tmux-plugins/tmux-yank/blob/master/scripts/helpers.sh) file defines a lot of configurable options that can be set in one's `.tmux.conf` file. It would be nice to have exhaustive documentation of these in `README.md`. For...