define TERM as 256 colors

This commit is contained in:
Stefen Auris 2021-06-04 22:35:40 -04:00
parent 3e89638595
commit c09b531f83

View file

@ -1,3 +1,7 @@
# -- general -------------------------------------------------------------------
set -g default-terminal "screen-256color" # colors!
set -g xterm-keys on
# remap prefix to Control + a
set -g prefix C-a
unbind C-b
@ -8,7 +12,6 @@ set -sg escape-time 0
set -g history-limit 100000
#setw -g mode-keys vi
set-option -g mouse on
set -g xterm-keys on
set-window-option -g xterm-keys on
#set-option -g pane-active-border-fg yellow