From edbb85960dc73ace944d82fdfb2afb3434d58905 Mon Sep 17 00:00:00 2001 From: moxie Date: Thu, 8 Jan 2026 18:07:18 +0200 Subject: tmux: enable Wayland clipboard copy with y key --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index c65b091..ecdf7be 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -35,7 +35,7 @@ bind -T prefix v copy-mode bind -T copy-mode-vi v send-keys -X begin-selection bind -T copy-mode-vi V send-keys -X select-line bind -T copy-mode-vi C-v send-keys -X rectangle-toggle -#bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'wl-copy -p' +bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'wl-copy -p' set -s set-clipboard external set -s copy-command 'wl-copy -p' # v3.2+ -- cgit v1.2.3