aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-09-25 11:51:09 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-09-25 11:51:09 +1200
commita44f65e91554c917d90d5cec2bb9374be56c83d5 (patch)
treec23e4d74f99810ec0fca5574b2259636a77e1d02
parentScratch that, doesn't work (diff)
downloaddotfiles-a44f65e91554c917d90d5cec2bb9374be56c83d5.tar.gz
dotfiles-a44f65e91554c917d90d5cec2bb9374be56c83d5.zip
Remove Xterm workaround
This shouldn't really be a problem anymore due to the fix below, but I don't care anymore anyway since I don't use VTE terminals anymore. <http://tmux.git.sourceforge.net/git/gitweb.cgi?p=tmux/tmux;a=commit;h=fc8d3f7>
-rw-r--r--tmux/tmux.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index a347c2e6..11e56938 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -48,9 +48,6 @@ set-window-option -g aggressive-resize on
set-window-option -g automatic-rename off
set-window-option -g mode-keys vi
-# No special xterm stuff, error-prone in VTE
-set -ga terminal-overrides ',*:XT@'
-
# Formatting
set-window-option -g window-status-format "#I:#W#F"