aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2019-03-21 13:48:50 +0000
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:28 +0100
commit8ef9d5c721659dd0fc9ce43c4e35699cad18704b (patch)
tree4af0a21f8d7f1f5b34c23857e2356f15bc1523b2 /tmux.conf
parent7a0d4ea34b7fe1fed9453fce7b6d1415cf378104 (diff)
downloaddotnvim-8ef9d5c721659dd0fc9ce43c4e35699cad18704b.tar.gz
dotnvim-8ef9d5c721659dd0fc9ce43c4e35699cad18704b.zip
I still have a 2.3 box
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.conf b/tmux.conf
index d2a005b..68cefca 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -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