diff options
author | Juan J. Martinez <jjm@usebox.net> | 2019-03-21 13:48:50 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:28 +0100 |
commit | 8ef9d5c721659dd0fc9ce43c4e35699cad18704b (patch) | |
tree | 4af0a21f8d7f1f5b34c23857e2356f15bc1523b2 | |
parent | 7a0d4ea34b7fe1fed9453fce7b6d1415cf378104 (diff) | |
download | dotnvim-8ef9d5c721659dd0fc9ce43c4e35699cad18704b.tar.gz dotnvim-8ef9d5c721659dd0fc9ce43c4e35699cad18704b.zip |
I still have a 2.3 box
-rw-r--r-- | tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ setw -g xterm-keys on # sane copy & paste in X (requires xclip) ; tmux 2.4+ set-option -s set-clipboard off -bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "xclip -se c -i" +if-shell "tmux -V | grep -v 2.3" "bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel \"xclip -se c -i\"" # Automatically set window title set-window-option -g automatic-rename on |