aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-07-30 00:10:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-07-30 00:10:51 +1200
commite27121f9aac1e6f8cad00dfad8ee127391875e2d (patch)
tree0902e6137a728c6c439da268ad0096c0c94f4c44 /tmux
parentPrevent gdb from spitting its banner and license (diff)
downloaddotfiles-e27121f9aac1e6f8cad00dfad8ee127391875e2d.tar.gz
dotfiles-e27121f9aac1e6f8cad00dfad8ee127391875e2d.zip
Always turn off terminal clipboard
Stuffs up multi-panel copy-paste http://sourceforge.net/tracker/?func=detail&aid=3471953&group_id=200378&atid=973262
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf3
1 files changed, 3 insertions, 0 deletions
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