From 7bceb66ab4cd78500a177540c0c43db4e5b1eb39 Mon Sep 17 00:00:00 2001 From: miguel Date: Wed, 16 Jun 2021 15:44:21 +0200 Subject: tmux true-color override --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 5f92593..3cbca92 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,5 +1,6 @@ set-option -g base-index 1 set-option -g default-terminal "screen-256color" +set-option -g terminal-overrides ",xterm-256color:Tc" set-option -g display-panes-time 2000 set-option -g escape-time 10 set-option -g mode-keys vi -- cgit v1.2.3