From 26e487be9fcd50171376985bd7833efe0ebb4c08 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Wed, 4 May 2022 20:32:22 +0200 Subject: [PATCH] [tmux] Use screen-256 color in tmux. --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index f3d8287..81e2be9 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,5 +1,5 @@ # Force colors for e.g. prompt -set-option -g default-terminal "tmux-256color" +set-option -g default-terminal "screen-256color" set-option -ag terminal-overrides ",xterm-256color:RGB" # Enumerate windows from 1