From 7a0d4ea34b7fe1fed9453fce7b6d1415cf378104 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 21 Mar 2019 13:32:36 +0000 Subject: Need tmux 2.4 or better --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index a8fb21e..d2a005b 100644 --- a/tmux.conf +++ b/tmux.conf @@ -12,7 +12,7 @@ set -g default-terminal "xterm-256color" # xterm-style function key sequences setw -g xterm-keys on -# sane copy & paste in X (requires xclip) +# 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" -- cgit v1.2.3