diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 5aa94bb..e3ead31 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -26,7 +26,7 @@ bind -T copy-mode-vi MouseDragEnd1Pane send -X copy-pipe-no-clear "xclip -se p" # Select word or line on double or triple click respectively (w/o aborting). # (These are the defaults w/o the `run -d 0.3; send -X copy-pipe-and-cancel`) -bind -T copy-mode-vi DoubleClick1Pane select-pane -t= \; send -X select-word +bind -T copy-mode-vi SecondClick1Pane select-pane -t= \; send -X select-word bind -T copy-mode-vi TripleClick1Pane select-pane -t= \; send -X select-line bind -n DoubleClick1Pane { select-pane -t=