From 28481873750074749b1d9b0bedf7e0a3c320aa7c Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 26 Jan 2024 16:47:28 -0600 Subject: [PATCH] tmux: set-clipboard on to support nested sessions --- home/features/cli/tmux.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/features/cli/tmux.nix b/home/features/cli/tmux.nix index 310ab50..4b8989b 100644 --- a/home/features/cli/tmux.nix +++ b/home/features/cli/tmux.nix @@ -64,6 +64,9 @@ # bell set-window-option -g window-status-bell-style fg=black,bg=red + + # clipboard + set-option -s set-clipboard on ''; }; }