From 21585364d37e339a4eba500c10c8a314f026bfaf Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Tue, 8 May 2018 20:53:42 +0200 Subject: [PATCH] fixed tmux and vim-airline interoperability --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 66657d1..b494de1 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,2 +1,3 @@ set-window-option -g mode-keys vi +set -g default-terminal "screen-256color"