From ad4413ba3bf476dd22453cfaa88c467e6b57478e Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Sat, 28 Dec 2024 17:03:03 +0530 Subject: [PATCH] tmux: Set clipboard for enabling OSC52 --- tmux/.config/tmux/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 93018e8..86c6bd9 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -35,6 +35,10 @@ set-option -g allow-rename off set -g mouse on set -g focus-events on +# For clipboard +set -g allow-passthrough on +set -g set-clipboard on + # Smart pane switching with awareness of Vim splits. # See: https://github.com/christoomey/vim-tmux-navigator is_vim="ps -o state= -o comm= -t '#{pane_tty}' \