安装软件:

sudo apt install xclip  # 或者使用 xsel

在``~/.tmux.conf或者~/.tmux.conf.local`中添加如下内容:

bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xclip -sel clip -i"

重新加载tmux配置:

tmux source-file ~/.tmux.conf