From 1768c57919cf96884c126cd6eefe0bc5a4051935 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@clevo" Date: Sun, 3 Jul 2022 23:04:25 +0200 Subject: [PATCH] Add screen-256 to tmux config --- roles/tmux/files/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/tmux/files/tmux.conf b/roles/tmux/files/tmux.conf index 5745bce..80fff5d 100644 --- a/roles/tmux/files/tmux.conf +++ b/roles/tmux/files/tmux.conf @@ -1,4 +1,6 @@ #Prefix is Ctrl-a +set -g default-terminal "screen-256color" + set -g prefix C-a bind C-a send-prefix unbind C-b