From b5fb97d916ca7780988720f5e16fb4ee7489ed85 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Tue, 14 Jun 2022 00:56:59 +0200 Subject: [PATCH] Fix vim colorscheme in tmux. --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index b96954c..4c08553 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,6 +1,7 @@ set -g mouse off set -g set-titles on set -g default-terminal "xterm-256color" +set -g terminal-overrides ",xterm-256color:Tc" set -g renumber-windows on setw -g aggressive-resize on setw -g automatic-rename on