aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-07-30 00:43:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-07-30 00:43:52 +1200
commit000deea7db33f106350fa694840d505fe5eeb7f5 (patch)
treeb655dd10f07700e2485b3189245c1e21da2fd254 /tmux/tmux.conf
parentNew Fugitive commits (diff)
downloaddotfiles-000deea7db33f106350fa694840d505fe5eeb7f5.tar.gz
dotfiles-000deea7db33f106350fa694840d505fe5eeb7f5.zip
Stop terminal overrides
Never used this function anyway, and does funny things with exit messages
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index d77bb6f4..711a864d 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -74,7 +74,6 @@ if-shell 'test `tput colors` -eq 256' 'set-window-option -g window-status-format
# Terminal
CONTAINING_TERM=$TERM
-set-option -g terminal-overrides 'xterm*:smcup@:rmcup@'
set-option -s escape-time 0
if-shell 'test `tput colors` -eq 256' 'set-option -g default-terminal "screen-256color"'