From a44f65e91554c917d90d5cec2bb9374be56c83d5 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 25 Sep 2012 11:51:09 +1200 Subject: 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. --- tmux/tmux.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'tmux') 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" -- cgit v1.2.3