Add clipboard support for remote development.

This commit is contained in:
Sebastian Bugge 2025-07-29 23:30:21 +02:00
parent 15986052dd
commit 8bc4edfc75

View file

@ -3,6 +3,10 @@ unbind C-b
set-option -g prefix C-a set-option -g prefix C-a
bind-key C-a send-prefix 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: # Suggestions from nvim:
set-option -sg escape-time 10 set-option -sg escape-time 10
set-option -g focus-event on set-option -g focus-event on