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

I use fish and have a "`fish_prompt_right`" defined. That means I see the current time at the end of every command line, for example: ```fish ~/workspace/tmux-yank (master|+2) ▶ vim yank.tmux...

Feature suggestion Keybindings to copy registers, inspired in vim. If succeed, it may override vim registers and improve system-wide function.

Hi, I'm using tmux 2.4 on up to date cygwin x86 on windows 7. For some reason copy-mode y and prefix-y is not working using clip.exe (default): > bind-key -T...

help wanted

When I change the global `display-time` variable, the amount of time that *Line copied to clipboard* is displayed is unchanged. Is there a smooth way to change line copied to...

Is it possible to have this on a POSIX compliant installation where it doesn't specifically use the BASH functions? I am asking this as I am on a OpenBSD installation...

In Ubuntu neither xclip nor xsel is installed by default but xcutsel is available. I think it makes sense to support that as well.

Hi, I found ability to separate 'yank with keyboard' and 'yank mouse' actions are very handy, because necessary to exit copy-mode to continue your actions are annoying.

Hi, I was also having the problem with the RPROMPT and started playing around with different themes from oh-my-zsh and - when there is no RPROMPT - prefix-y only yanks...

help wanted

Can you make the plugin use a temporary file to copy the contents of the tmux buffer using xsel or xclip on linux avoiding the 4k limit on terminals?

bug