tmux: Copy to clipboard when copying text from scrollback

This commit is contained in:
2026-05-11 21:30:34 +02:00
parent 97a793526c
commit 4c5b559757

View File

@@ -32,6 +32,8 @@ setw -g window-status-bell-style 'fg=#{@orange} bg=#{@red} bold'
setw -g mode-keys vi
# set -g mouse on
bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel "xclip -selection clipboard -in"
# Detached sessions
set -g destroy-unattached on