diff options
| author | moxie <moxie.git@posteo.net> | 2026-01-08 18:07:18 +0200 |
|---|---|---|
| committer | moxie <moxie.git@posteo.net> | 2026-01-08 18:07:18 +0200 |
| commit | edbb85960dc73ace944d82fdfb2afb3434d58905 (patch) | |
| tree | 7d2e21459f895cfb243677444793d1acd1f34364 | |
| parent | 9e35083c953f1bef7eca15d839f67d8a7dc05222 (diff) | |
tmux: enable Wayland clipboard copy with y key
| -rw-r--r-- | .tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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+ |
