Closed doronbehar closed 2 years ago
Use a simple ZSH_SYSTEM_CLIPBOARD_METHOD env var to control whether tmux or any other clipboard method is used.
cc @davidsierradz for testing.
With ZSH_SYSTEM_CLIPBOARD_METHOD=tmux and TMUX option set-option -g set-clipboard on I can sync my TMUX and X clipboards at the same time, without errors. Thanks!
ZSH_SYSTEM_CLIPBOARD_METHOD=tmux
set-option -g set-clipboard on
Use a simple ZSH_SYSTEM_CLIPBOARD_METHOD env var to control whether tmux or any other clipboard method is used.
cc @davidsierradz for testing.