diff --git a/home/tmux/default.nix b/home/tmux/default.nix index f9b711c..4dbe7f7 100644 --- a/home/tmux/default.nix +++ b/home/tmux/default.nix @@ -57,6 +57,9 @@ in } # Block selection in vim mode bind-key -Tcopy-mode-vi 'C-v' send -X begin-selection \; send -X rectangle-toggle + + # Allow any application to send OSC52 escapes to set the clipboard + set -s set-clipboard on ''; }; }