diff --git a/.tmux.conf b/.tmux.conf index 332cc7a..3f76dcc 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,6 +3,10 @@ unbind C-b set-option -g prefix C-a bind-key C-a send-prefix +# Enable OSC 52 clipboard forwarding +set -g set-clipboard on +set -ag terminal-overrides ',*:Ms=\E]52;c;%p2%s\7' + # Suggestions from nvim: set-option -sg escape-time 10 set-option -g focus-event on