From e27121f9aac1e6f8cad00dfad8ee127391875e2d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 30 Jul 2012 00:10:51 +1200 Subject: Always turn off terminal clipboard Stuffs up multi-panel copy-paste http://sourceforge.net/tracker/?func=detail&aid=3471953&group_id=200378&atid=973262 --- tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tmux') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index ad64b773..d77bb6f4 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -37,6 +37,9 @@ set-window-option -g window-status-activity-attr none if-shell 'test `tput colors` -eq 256' 'set-window-option -g window-status-activity-bg colour237' if-shell 'test `tput colors` -eq 256' 'set-window-option -g window-status-activity-fg colour248' +# Clipboard +set-option -g set-clipboard off + # History set-option -g history-limit 100000 -- cgit v1.2.3