From 51a25e9acc203d05256664abcdfd5b9aec028392 Mon Sep 17 00:00:00 2001 From: Stephen Card Date: Mon, 7 Mar 2022 05:22:34 -0500 Subject: [PATCH] set 256 color --- tmux/.tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 5461ddf..513be11 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -10,6 +10,7 @@ set -g @plugin 'jaclu/tmux-menus' # -- general set -g xterm-keys on +set -g default-terminal "screen-256color" # remap prefix to Control + a set -g prefix C-a unbind C-b