From a16486dc6eb47fae107d49d4289505e65d69ea45 Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Wed, 16 Apr 2025 14:28:12 -0700 Subject: Remove extra color config I added this ages ago in some effort to make a color feature work, but I can't say I see the need for this anymore. --- tmux.conf | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index 5a18595..a62867c 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,8 +1,3 @@ -# some weird fucking hack to make my colours work properly -# https://www.reddit.com/r/vim/comments/5416d0/true_colors_in_vim_under_tmux/d7y2fif/ -set -g default-terminal 'screen-256color' -set -ga terminal-overrides ',screen-256color:Tc' - set -sg escape-time 0 set-option -g mouse on -- cgit v1.2.3