From 5f37cf1c2a9dade75a4ba1a61ebc0c006b1301ec Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 22 Dec 2025 17:44:52 -0500 Subject: Add tmux clipboard integration with yank plugin --- lib/common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/common.nix b/lib/common.nix index 58f8b76..54b28ea 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -272,8 +272,12 @@ in { plugins = with pkgs.tmuxPlugins; [ extrakto tmux-fzf + yank ]; extraConfig = '' + # Clipboard integration + set -s set-clipboard on + set -as terminal-features ',xterm-256color:clipboard' # Automatically set window title set-window-option -g automatic-rename on set-option -g set-titles on -- cgit v1.2.3