From cc613d5ec655c04f331021e003e896fc43323cac Mon Sep 17 00:00:00 2001 From: Joshua Finch Date: Sat, 27 Sep 2025 21:09:52 -0500 Subject: [PATCH] feat: Adding an external clipboard option to tmux to aid in copy/paste operations. --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux.conf b/tmux.conf index 333d7a0..563173a 100644 --- a/tmux.conf +++ b/tmux.conf @@ -4,6 +4,9 @@ set -g default-terminal "xterm-256color" # Set encoding to Unicode8 setw -gq utf8 on +# Allow for external system clipboard +set-option -g set-clipboard external + # Allow mouse interactions set -g mouse on