summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoxie <moxie.git@posteo.net>2026-01-08 18:07:18 +0200
committermoxie <moxie.git@posteo.net>2026-01-08 18:07:18 +0200
commitedbb85960dc73ace944d82fdfb2afb3434d58905 (patch)
tree7d2e21459f895cfb243677444793d1acd1f34364
parent9e35083c953f1bef7eca15d839f67d8a7dc05222 (diff)
tmux: enable Wayland clipboard copy with y key
-rw-r--r--.tmux.conf2
1 files changed, 1 insertions, 1 deletions
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+