aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux/tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 0848c3bc..81e49d33 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -44,6 +44,9 @@ 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@'
+
# Terminal handling
containing_term=$TERM
if-shell 'test -e ~/.tmux.conf.256 && test `tput colors` -eq 256' \