From 473fb6ca187e723d2ab0e61d1e8e69dca1681158 Mon Sep 17 00:00:00 2001 From: Asocia Date: Tue, 13 Jul 2021 23:29:43 +0300 Subject: [PATCH] Use screen256-color terminal --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 62499e6..ed9eb75 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -61,7 +61,7 @@ bind -n C-x setw synchronize-panes bind-key -n C-S-Left swap-window -t -1\; select-window -t -1 bind-key -n C-S-Right swap-window -t +1\; select-window -t +1 -set -g default-terminal "xterm-256color" +set -g default-terminal "screen-256color" # start session number from 1 rather than 0 # set -g base-index 1