set 256 color

This commit is contained in:
Stephen Card 2022-03-07 05:22:34 -05:00
parent 4c6fb2a2dd
commit 51a25e9acc

View file

@ -10,6 +10,7 @@ set -g @plugin 'jaclu/tmux-menus'
# -- general # -- general
set -g xterm-keys on set -g xterm-keys on
set -g default-terminal "screen-256color"
# remap prefix to Control + a # remap prefix to Control + a
set -g prefix C-a set -g prefix C-a
unbind C-b unbind C-b