From 4749d06ac3c67a41e65a2d15a88b845f66a101f7 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sat, 30 May 2020 09:53:28 +0000 Subject: [PATCH] tmux.conf: Remove terminal-overrides I don't remember what they were for, I only remember that they were a workaround for broken termcaps on some system. Removing to see if there are any issues anywhere, as I suspect this is long fixed. --- tmux/tmux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index dd1473d..9800d45 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -8,4 +8,3 @@ set -w -g window-status-bell-style fg=colour233,bg=colour124 bind c new-window -c "#{pane_current_path}" bind '"' split-window -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" -set -ag terminal-overrides ",*:XT@"