From 0c6ff69f19a8accaed8495f2cde09d5ef5e6020c Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Wed, 10 Jan 2024 22:50:19 +0300 Subject: [PATCH] tmux: add clipboard support option --- config/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/.tmux.conf b/config/.tmux.conf index ff35f75..cacda3f 100644 --- a/config/.tmux.conf +++ b/config/.tmux.conf @@ -6,6 +6,8 @@ set -g mouse on set -sg base-index 1 set -wg pane-base-index 1 +set -g set-clipboard on + # statusline set -g status-left "[#S] " set -g status-right "[#($HOME/dotfiles/bin/tmux_battery.sh)] \"#H\" %H:%M %d/%m/%Y"