diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index e4ac745..b42a026 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -54,8 +54,8 @@ bind -n SecondClick1Pane { } { copy-mode send -X select-word + send -X pipe-no-clear "xclip -selection primary" } - send -X pipe-no-clear "xclip -selection primary" } bind -n TripleClick1Pane { @@ -65,8 +65,8 @@ bind -n TripleClick1Pane { } { copy-mode send -X select-line + send -X pipe-no-clear "xclip -selection primary" } - send -X pipe-no-clear "xclip -selection primary" } # Scroll up 5 lines when entering copy-mode through the mouse wheel, send 5x`up`