From dce1abe9de6a9e505109eaedd610c3d1e68d3c2f Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sun, 9 Apr 2023 22:15:58 +0200 Subject: [PATCH] attempt at removing terminal overrides --- tmux/tmux.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 7afad6f..fe78456 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -36,10 +36,6 @@ bind '"' split-window -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" bind c new-window -c "#{pane_current_path}" -# terminal overrides -set -g default-terminal "tmux-256color" -set-option -ga terminal-overrides ",xterm-256color:Tc" - # Longer workspace names set -g status-left-length 20