aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2019-03-21 13:32:36 +0000
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:28 +0100
commit7a0d4ea34b7fe1fed9453fce7b6d1415cf378104 (patch)
tree78e216828327d2c1f142c40daa20d97a404248e2 /tmux.conf
parent0d13287f7437f1e09d8f647dc5a62043bda7ac44 (diff)
downloaddotnvim-7a0d4ea34b7fe1fed9453fce7b6d1415cf378104.tar.gz
dotnvim-7a0d4ea34b7fe1fed9453fce7b6d1415cf378104.zip
Need tmux 2.4 or better
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 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"