tmux: Set clipboard for enabling OSC52

This commit is contained in:
Sanchayan Maity 2024-12-28 17:03:03 +05:30
parent 029eebb85b
commit ad4413ba3b
Signed by: sanchayanmaity
GPG key ID: 6F6A0609C12038F3

View file

@ -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}' \