tmux-plugins / tmux-yank

Tmux plugin for copying to system clipboard. Works on OSX, Linux and Cygwin.
https://tmux-plugins.github.io/tmux-yank/
MIT License
2.72k stars 123 forks source link

with tmux3.0a the tmux config has to be re-read for tmux yank to work #141

Closed zoltansebestyen closed 4 years ago

zoltansebestyen commented 4 years ago

When tmux started, selecting text with trackpad activates the default tmux copy behavior with the default tmux selection color. After Ctrl-b-r, that tmux config re-read, selecting text happens with grey selection color and Cmd-C will put the selected text to system clipboard.

Update: my tmux conf ends with set -g @plugin 'tmux-plugins/tmux-yank

zoltansebestyen commented 4 years ago

Could not reproduce since then, let's close it.