From e73b345e563176f67450205af8add745e6dbdb22 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 11 Nov 2024 15:27:18 +0000 Subject: unbind C-y in tmux --- tmux.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index ca7cbc5..c9a8a23 100644 --- a/tmux.conf +++ b/tmux.conf @@ -10,6 +10,7 @@ set-option -g focus-events on # paste with Ctrl Y #bind-key -n C-y run "tmux set-buffer \"$(xclip -o -sel clipboard)\"; tmux paste-buffer" +unbind C-y # command sequence for nested tmux sessions bind-key a send-prefix -- cgit v1.2.3