diff --git a/config/tmux.conf b/config/tmux.conf index 8df0cd3..0682c5f 100644 --- a/config/tmux.conf +++ b/config/tmux.conf @@ -110,7 +110,7 @@ set -g history-limit 200000 setw -g mode-keys vi bind -T copy-mode-vi v send -X begin-selection bind -T copy-mode-vi y send -X copy-selection-and-cancel -bind -T copy-mode-vi MouseDragEnd1Pane send -X copy-selection-and-cancel +bind -T copy-mode-vi MouseDragEnd1Pane send -X copy-selection # --- Capture & logging --- bind S run-shell 'tmux capture-pane -pS - > ~/logs/capture-#S-#I-#P-$(date +%%s).txt && tmux display "Pane captured to ~/logs/"'