From e1588aea6cce2317a04635e45369798aef04b4ff Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Mon, 15 Jul 2019 10:34:59 +0200 Subject: [PATCH] Switched term from tmux to screen --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 98f4631..deff364 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,5 +1,5 @@ set-window-option -g mode-keys vi -set -g default-terminal "tmux-256color" +set -g default-terminal "screen-256color" set -g terminal-overrides ',xterm-256color:Tc' # Smart pane switching with awareness of Vim splits.