[TMUX]复制内容到系统剪切板
安装软件:
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 |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 TroyMitchell's blog!