From 236724a3ae8f519eb9ed7ad58c4f7e95ef32eda8 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sun, 2 Nov 2025 19:05:33 +0100 Subject: [PATCH] minor --- modules/tmux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tmux.nix b/modules/tmux.nix index 6690813..bbd8b27 100644 --- a/modules/tmux.nix +++ b/modules/tmux.nix @@ -78,7 +78,7 @@ # Better copy mode with OSC-52 clipboard bind-key -T copy-mode-vi v send-keys -X begin-selection - bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel + bind-key -T copy-mode-vi y send-keys -X copy-pipe bind-key -T copy-mode-vi r send-keys -X rectangle-toggle # New window with current path