diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 23e3af8..d0717aa 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -18,6 +18,9 @@ bind C-a send-prefix # Enable mouse support set -g mouse on +# Enable OSC 52 clipboard - auto-copy selection to system clipboard +set -g set-clipboard external + # Set default terminal mode with true color and UTF-8 support set -g default-terminal "tmux-256color" set-option -ga terminal-overrides ",xterm-256color:Tc"